style(widgets): apply formatter to dashboard and addon files

This commit is contained in:
Developer
2026-06-22 08:05:44 +00:00
parent ed7a7a5ce0
commit 09eb76bf0f
5 changed files with 24 additions and 73 deletions
+1 -3
View File
@@ -19,9 +19,7 @@ export function AddonPage() {
if (!Page) {
return (
<Alert>
<AlertDescription>
Addon "{addonId}" is not installed.
</AlertDescription>
<AlertDescription>Addon "{addonId}" is not installed.</AlertDescription>
</Alert>
);
}