fix crash in spectrum

This commit is contained in:
Chuck Dries 2022-10-10 03:08:01 -07:00
parent b33cef7d4a
commit 20f19bb312
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -198,10 +198,6 @@ const GalleryPage = ({ data }: PageProps<Queries.GalleryPageQueryQuery>) => {
<Item key="rating">Default</Item>
<Item key="date">Date</Item>
<Item key="hue">Hue</Item>
<>{/* @ts-ignore */}</>
{showDebug ? (
<Item key="hue_debug">Dominant hue[debug]</Item>
) : undefined}
</Picker>
</div>
</div>