fix crash in spectrum
This commit is contained in:
parent
b33cef7d4a
commit
20f19bb312
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user