Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Nov 12, 2024
1 parent ce74088 commit 5adfeb6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ function SummaryInner({ widget }: SummaryInnerProps) {
onUpdate: onUpdateFilter,
onConditionsOpChange,
} = useFilters(
widget?.meta?.conditions ?? [], widget?.meta?.conditionsOp ?? 'and');
widget?.meta?.conditions ?? [],
widget?.meta?.conditionsOp ?? 'and',
);

const [content, setContent] = useState<SummaryContent>(
widget?.meta?.content
Expand Down

0 comments on commit 5adfeb6

Please sign in to comment.