Skip to content

Commit

Permalink
Fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed Dec 11, 2024
1 parent bdb0e8a commit f432424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const UrlSlug = (props: UrlSlugProps): React.JSX.Element => {
</List.Item>
) }
size="small"
style={ { maxWidth: toCssDimension(props.width, undefined) } }
style={ { maxWidth: toCssDimension(props.width) } }
/>
</>
)
Expand Down

0 comments on commit f432424

Please sign in to comment.