diff --git a/apps/mobile/src/components/Menu/ColorSection.js b/apps/mobile/src/components/Menu/ColorSection.js index 09a23c4c8..4fd565be2 100644 --- a/apps/mobile/src/components/Menu/ColorSection.js +++ b/apps/mobile/src/components/Menu/ColorSection.js @@ -10,7 +10,6 @@ import { import Navigation from '../../services/Navigation'; import {getElevation} from '../../utils'; import {COLORS_NOTE} from '../../utils/Colors'; -import {db} from '../../utils/DB'; import {refreshNotesPage} from '../../utils/Events'; import {normalize, SIZE} from '../../utils/SizeUtils'; import {PressableButton} from '../PressableButton'; @@ -26,7 +25,6 @@ export const ColorSection = () => { dispatch({type: Actions.COLORS}); } }, [loading]); - return colorNotes.map((item, index) => ( ));