mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-08 07:13:21 -04:00
@@ -43,14 +43,12 @@ const Categories = ({ kinds }: Props) => {
|
||||
break;
|
||||
}
|
||||
return (
|
||||
<View style={twStyle('w-fit')}>
|
||||
<KindItem
|
||||
kind={kind}
|
||||
name={name}
|
||||
icon={icon}
|
||||
items={count}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user