diff --git a/src/screens/Notes/NoteCell.tsx b/src/screens/Notes/NoteCell.tsx index 2c8087d6..f27299e1 100644 --- a/src/screens/Notes/NoteCell.tsx +++ b/src/screens/Notes/NoteCell.tsx @@ -7,7 +7,7 @@ import { SNNote, } from '@standardnotes/snjs'; import React, { useRef, useState } from 'react'; -import { Text, View } from 'react-native'; +import { Text } from 'react-native'; import { NoteBottomSheet } from './NoteBottomSheet'; import { Container, @@ -46,7 +46,7 @@ export const NoteCell = ({ // Ref const selectionTimeout = useRef(); - const elementRef = useRef(null); + const elementRef = useRef(null); const highlight = Boolean(selected || highlighted); @@ -94,11 +94,7 @@ export const NoteCell = ({ onPressOut={_onPressOut} onLongPress={onLongPress} > - + {note.deleted && Deleting...}