Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean
  • Loading branch information
0is1 committed Oct 5, 2019
1 parent dc25981 commit 0ddf7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout/Layout.js
Expand Up @@ -45,7 +45,7 @@ export const Layout = ({ active, layout, t }: Props) => {
</LI>
);
});
console.log('layout: ', layout);

return (
<Box width="100%" mt={2} p={2}>
{layout.rating && <Badge mx="1rem">{layout.rating}</Badge>}
Expand Down

0 comments on commit 0ddf7a7

Please sign in to comment.