chore: Update translations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-12-02 21:35:36 +00:00
parent 7deae68884
commit 46ee7385fc

View File

@ -50,7 +50,7 @@ const SearchPage = () => {
return null;
}
if (tab.value == PROFILES ) {
if (tab.value == PROFILES) {
// render UsersFeed
return <UsersFeed keyword={keyword} />;
}