We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60cd78 commit af08addCopy full SHA for af08add
1 file changed
app/components/Occupied/Occupied.tsx
@@ -91,8 +91,10 @@ const Occupied = React.memo(() => {
91
}
92
93
{applications
94
- .filter((db: any) => db[0].toLowerCase().includes(searchTerm.toLowerCase()))
+
95
+ // .filter((db: any) => db[0].toLowerCase().includes(searchTerm.toLowerCase()))
96
.map((application: string[], i: any) => {
97
98
const description = application[3]
99
if(!example && description === "Example") return <></>
100
return (
0 commit comments