mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix clear, clean up
This commit is contained in:
parent
f6d239d87c
commit
1327d58b23
3 changed files with 1 additions and 12 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { useCallback, useEffect, useState } from 'react';
|
||||
import { Center, Group } from '@mantine/core';
|
||||
import { AnimatePresence, motion } from 'framer-motion';
|
||||
import { clear } from 'idb-keyval';
|
||||
import { ErrorBoundary } from 'react-error-boundary';
|
||||
import { RiInformationFill } from 'react-icons/ri';
|
||||
import styled from 'styled-components';
|
||||
|
|
@ -162,7 +161,7 @@ export const Lyrics = () => {
|
|||
|
||||
const isLoadingLyrics = isInitialLoading || isOverrideLoading;
|
||||
|
||||
const hasNoLyrics = !data?.lyrics || clear;
|
||||
const hasNoLyrics = !data?.lyrics;
|
||||
|
||||
const lyricsMetadata:
|
||||
| Partial<SynchronizedLyricMetadata>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue