remove unnecessary empty tags

This commit is contained in:
Scott Merchant 2024-06-10 10:03:20 +09:30 committed by Zoe Roux
parent f5faf06f81
commit 6f5513f11c
No known key found for this signature in database

View File

@ -95,7 +95,6 @@ export const BrowseSettings = ({
const { t } = useTranslation(); const { t } = useTranslation();
return ( return (
<>
<View <View
{...css({ {...css({
flexDirection: "row-reverse", flexDirection: "row-reverse",
@ -154,6 +153,5 @@ export const BrowseSettings = ({
</Menu> </Menu>
</View> </View>
</View> </View>
</>
); );
}; };