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