fix: remove console statement

This commit is contained in:
Baptiste Grob
2021-03-22 17:58:03 +01:00
parent cc474da0c3
commit 4f2d442ac1

View File

@@ -4,7 +4,6 @@ import { toDirective } from './utils';
type Props = { appState: AppState; onViewNote: () => void };
function NoProtectionsNoteWarning({ appState, onViewNote }: Props) {
console.log("🚀 ~ file: NoProtectionsNoteWarning.tsx ~ line 7 ~ NoProtectionsNoteWarning ~ onViewNote", onViewNote)
return (
<div className="flex flex-col items-center justify-center text-center max-w-md">
<h1 className="text-2xl m-0 w-full">This note is protected</h1>