style(widgets): apply formatter to widget runtime files

This commit is contained in:
Developer
2026-06-21 16:55:12 +00:00
parent e1356b20f1
commit 2557185fb7
4 changed files with 9 additions and 15 deletions
+1 -5
View File
@@ -29,11 +29,7 @@ export function GrafanaLinkWidget({ widget }: Props) {
</Alert>
) : url ? (
<Button asChild>
<a
href={url}
target="_blank"
rel="noopener noreferrer"
>
<a href={url} target="_blank" rel="noopener noreferrer">
Open Grafana
<ExternalLink className="ml-2 h-4 w-4" />
</a>