Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: 4nalog <[email protected]>
  • Loading branch information
4nalog committed Mar 30, 2023
1 parent 41a5562 commit 7035652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ muiTheme.typography.h5 = {
fontWeight: 400,
};

const formatJson = (data) => {
const formatJson = data => {
const keys = Object.keys(data);

if (keys.includes('title')) {
Expand Down

0 comments on commit 7035652

Please sign in to comment.