mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 08:45:32 +03:00
Fix media borked bug
This commit is contained in:
parent
75ceff12c0
commit
109ad9e8ec
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ function MediaModal({
|
|||
default: oklch2rgb([0.6, okColor[1], okColor[2]]),
|
||||
};
|
||||
}
|
||||
return {};
|
||||
return null;
|
||||
});
|
||||
});
|
||||
const mediaAccentGradients = useMemo(() => {
|
||||
|
|
Loading…
Reference in a new issue