Fix hidden list for author (#4968)
This commit is contained in:
@@ -58,7 +58,7 @@ export function Outer({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const onSetContentVisible = (show: boolean) => {
|
const onSetContentVisible = (show: boolean) => {
|
||||||
if (meta.allowOverride) return
|
if (!meta.allowOverride) return
|
||||||
setIsContentVisible(show)
|
setIsContentVisible(show)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user