diff --git a/apps/meteor/client/views/admin/customSounds/EditCustomSound.tsx b/apps/meteor/client/views/admin/customSounds/EditCustomSound.tsx index c79614c6aeb48..91ab1a011bd52 100644 --- a/apps/meteor/client/views/admin/customSounds/EditCustomSound.tsx +++ b/apps/meteor/client/views/admin/customSounds/EditCustomSound.tsx @@ -49,7 +49,7 @@ function EditCustomSound({ _id, onChange, ...props }: EditCustomSoundProps): Rea if (error || !data || data.sounds.length < 1) { return ( - {error} + {(error as Error).message} ); }