diff --git a/themes/simple/components/BlogItem.js b/themes/simple/components/BlogItem.js index 3029a7b6..038aeda7 100644 --- a/themes/simple/components/BlogItem.js +++ b/themes/simple/components/BlogItem.js @@ -4,7 +4,6 @@ import CONFIG_SIMPLE from '../config_simple' export const BlogItem = props => { const { post } = props - console.log(post) return

diff --git a/themes/simple/components/TopBar.js b/themes/simple/components/TopBar.js index acd3a5cd..1f19edf1 100644 --- a/themes/simple/components/TopBar.js +++ b/themes/simple/components/TopBar.js @@ -7,7 +7,7 @@ import CONFIG_SIMPLE from '../config_simple' export const TopBar = (props) => { if (CONFIG_SIMPLE.TOP_BAR_CONTENT) { return
-
+
} return <>