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

This commit is contained in:
Kieran 2024-01-19 22:18:19 +00:00
parent 2033137ae2
commit a66f7f5fd8

View File

@ -55,7 +55,7 @@ const SearchPage = () => {
function tabContent() {
if (tab.value === PROFILES) {
return <Profiles keyword={keyword} />
return <Profiles keyword={keyword} />;
}
if (!keyword) {