hide column buttons when no note is in editor

This commit is contained in:
ammarahm-ed
2021-06-30 20:30:00 +05:00
parent af8b198205
commit cb61b14fcf

View File

@@ -797,7 +797,7 @@ export const ActionSheetComponent = ({
/> />
) : null} ) : null}
{columnItems.length > 0 ? ( {note.id && columnItems.length > 0 ? (
<View <View
style={{ style={{
paddingHorizontal: 12, paddingHorizontal: 12,