Skip to content

Commit

Permalink
feat(DEV-1278): fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAtUqido authored and kin0992 committed Feb 9, 2024
1 parent 1a4bc94 commit accbcb8
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 511 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const BannerLink = (props: BannerLinkProps) => {
},
}}
>
<div dangerouslySetInnerHTML={{ __html: body }} />
<div dangerouslySetInnerHTML={{ __html: body as string }} />
</Typography>
</Stack>
</Stack>
Expand Down
Loading

0 comments on commit accbcb8

Please sign in to comment.