mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 02:06:21 +01:00
💄 Lint + Prettier
This commit is contained in:
@@ -11,8 +11,8 @@ interface WidgetWrapperProps {
|
||||
}
|
||||
|
||||
export const WidgetWrapper = ({ widgetId, widget, className, children }: WidgetWrapperProps) => (
|
||||
<HomarrCardWrapper className={className}>
|
||||
<WidgetsMenu integration={widgetId} widget={widget} />
|
||||
{children}
|
||||
</HomarrCardWrapper>
|
||||
);
|
||||
<HomarrCardWrapper className={className}>
|
||||
<WidgetsMenu integration={widgetId} widget={widget} />
|
||||
{children}
|
||||
</HomarrCardWrapper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user