Skip to content

Commit

Permalink
🚨 Fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Sep 18, 2024
1 parent ee3330a commit 94ee22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/videoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const VideoModal = ({
<div
className={classNames(
"h-full",
roundedEdges !== false ? "rounded": "rounded-none",
roundedEdges !== false ? "rounded" : "rounded-none",
overflow ? "clear-both" : "overflow-hidden",
className
)}
Expand Down

0 comments on commit 94ee22d

Please sign in to comment.