fix: toggling AppDetailNav causes unnecessary component rerenders (#3718)
This commit is contained in:
@@ -21,7 +21,7 @@ const LogAnnotation: FC<Props> = ({
|
||||
}) => {
|
||||
const { t } = useTranslation()
|
||||
const router = useRouter()
|
||||
const { appDetail } = useAppStore()
|
||||
const appDetail = useAppStore(state => state.appDetail)
|
||||
|
||||
const options = [
|
||||
{ value: PageType.log, text: t('appLog.title') },
|
||||
|
||||
Reference in New Issue
Block a user