Skip to content

Commit

Permalink
fix storefront report (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks19 authored Nov 21, 2024
1 parent af5134d commit 5dc30ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type ReportData = {
}

export const StorefrontCommunityChallengeBlock = ({ block }: Props) => {
const reportData: ReportData = JSON.parse(block.data?.data || '')
const reportData: ReportData = JSON.parse(block.data?.data || '{}')

return (
<StorefrontCommunityChallengePanel
Expand Down

0 comments on commit 5dc30ab

Please sign in to comment.