Remove date from right of item

This commit is contained in:
Brandon Presley 2022-07-21 13:53:34 +12:00
parent e191323fff
commit 0fd414c232
1 changed files with 0 additions and 9 deletions

View File

@ -50,15 +50,6 @@ export default function SetItem({
onLongPress={longPress}
right={() => (
<>
<Text
style={{
alignItems: 'center',
justifyContent: 'center',
alignContent: 'center',
alignSelf: 'center',
}}>
{format(new Date(item.created))}
</Text>
<Menu
anchor={anchor}
visible={showMenu}