This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove stale TODO.
main
Titouan Rigoudy
4 years ago
parent
5e3479a226
commit
b48fde70d2
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/components/SearchableList.tsx
+ 0
- 1
src/components/SearchableList.tsx
View File
@ -10,7 +10,6 @@ interface ListProps<Item> {
map
:
{
[
key
:
string
]
:
Item
}
;
}
// TODO: Add search box.
const
SearchableList
:
FC
<
ListProps
<
Item
>
>
=
(
{
component
,
map
}
)
=
>
{
const
[
filter
,
setFilter
]
=
useState
<
string
>
(
""
)
;
Write
Preview
Loading…
Cancel
Save