Skip to content

Commit

Permalink
Do not pass true explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Kodonenko committed Dec 16, 2024
1 parent 1c1bf94 commit c9a9f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/language-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const LanguagePicker = () => {
value: locale as SupportedLocale,
label,
} ) ) }
__nextHasNoMarginBottom={ true }
__nextHasNoMarginBottom
className="mb-2"
/>
</div>
Expand Down

0 comments on commit c9a9f8f

Please sign in to comment.