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