mirror of https://github.com/tooot-app/app
Fixed #350
This commit is contained in:
parent
c457141e10
commit
6f774d8c13
|
@ -24,7 +24,7 @@ export interface Props {
|
|||
}
|
||||
|
||||
const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => {
|
||||
if (!queryKey) return
|
||||
if (!queryKey) return null
|
||||
|
||||
const { t } = useTranslation('componentContextMenu')
|
||||
const { colors } = useTheme()
|
||||
|
|
Loading…
Reference in New Issue