Remove unnecessary braces

merge-requests/3337/head
danidfra 2025-03-10 16:53:53 -03:00
rodzic a2d2d694c3
commit 253d44a190
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -164,13 +164,13 @@ const PlatformFilters = () => {
</Text> </Text>
{/* Nostr */} {/* Nostr */}
<CustomCheckBox protocolN={'nostr'} /> <CustomCheckBox protocolN='nostr' />
{/* Bluesky */} {/* Bluesky */}
<CustomCheckBox protocolN={'bluesky'} /> <CustomCheckBox protocolN='bluesky' />
{/* Fediverse */} {/* Fediverse */}
<CustomCheckBox protocolN={'fediverse'} /> <CustomCheckBox protocolN='fediverse' />
</HStack> </HStack>
); );