style(services): apply formatter to frontend services runtime
This commit is contained in:
@@ -12,7 +12,11 @@ interface Props {
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export function BackupsWidget({ widget, refreshIntervalMs, description }: Props) {
|
||||
export function BackupsWidget({
|
||||
widget,
|
||||
refreshIntervalMs,
|
||||
description,
|
||||
}: Props) {
|
||||
const { data, isLoading } = useWidgetData(widget.id, refreshIntervalMs);
|
||||
const summary = data?.data as BackupDashboardSummary | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user