mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 02:10:54 -05:00
docs: Update README and pipeline walkthrough
Fix: dont filter same item result (#2)
This commit is contained in:
parent
ed68e595d6
commit
7e68eb8c29
@ -27,9 +27,7 @@
|
||||
|
||||
|
||||
## The pipeline summary
|
||||
* You can use either of the two drone pipeline types:
|
||||
* [docker](.drone-docker.yml)
|
||||
* [kubernetes](.drone-kubernetes.yml)
|
||||
* The Drone pipeline is based on Docker: [.drone-docker.yml](.drone-docker.yml)
|
||||
* Some enhancement ideas can be found [here](#some-enhancement-ideas)
|
||||
|
||||
1. Each push will:
|
||||
|
@ -194,7 +194,6 @@ export const SearchArea = () => {
|
||||
|| elt.id?.toLocaleLowerCase().includes(state.inputValue.toLocaleLowerCase())
|
||||
|| elt.shortName?.toLocaleLowerCase().includes(state.inputValue.toLocaleLowerCase()))
|
||||
})}
|
||||
filterSelectedOptions
|
||||
/>
|
||||
<Box className={classes.jsonHolder}>{formatDisplayItems()}</Box>
|
||||
</Box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user