Skip to content

Commit

Permalink
Fix media borked bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 15, 2024
1 parent 75ceff1 commit 109ad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media-modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function MediaModal({
default: oklch2rgb([0.6, okColor[1], okColor[2]]),
};
}
return {};
return null;
});
});
const mediaAccentGradients = useMemo(() => {
Expand Down

0 comments on commit 109ad9e

Please sign in to comment.