Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Jan 11, 2023
1 parent 31b3959 commit f1e9c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function EditCustomSound({ _id, onChange, ...props }: EditCustomSoundProps): Rea
if (error || !data || data.sounds.length < 1) {
return (
<Box fontScale='h2' pb='x20'>
{error}
{(error as Error).message}
</Box>
);
}
Expand Down

0 comments on commit f1e9c13

Please sign in to comment.