Skip to content

Commit

Permalink
simplify args object
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Nov 21, 2024
1 parent 1ca4a45 commit 5499458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbols/Cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const Cluster: FC<ClusterProps> = ({
label,
opacity,
fontUrl: labelFontUrl,
theme: theme
theme
})
) : (
<Label
Expand Down

0 comments on commit 5499458

Please sign in to comment.