This commit is contained in:
Zhiyuan Zheng 2022-06-26 22:56:21 +02:00
parent c457141e10
commit 6f774d8c13
1 changed files with 1 additions and 1 deletions

View File

@ -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()