Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Benz committed Jul 9, 2024
1 parent d234200 commit 62f5276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/TableFilterProfiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const TableFiltersProfiles = ({
<Tooltip title="profile.description">
<button
onClick={() => chooseFilterProfile(profile.filterMap)}
className="button-like-anchor"
className="button-like-anchor"
>
{profile.name.substr(0, 70)}
</button>
Expand Down

0 comments on commit 62f5276

Please sign in to comment.