linter fix
This commit is contained in:
parent
25dad3c906
commit
94f14d101d
|
@ -28,7 +28,7 @@ const userSearch = (array: Author[], keyword: string) => {
|
||||||
return value.name.toLowerCase().match(new RegExp(searchTerm, 'g'))
|
return value.name.toLowerCase().match(new RegExp(searchTerm, 'g'))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const { changeSearchParam } = useRouter()
|
|
||||||
export const InboxView = () => {
|
export const InboxView = () => {
|
||||||
const {
|
const {
|
||||||
chats,
|
chats,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user