Fix hidden list for author (#4968)

This commit is contained in:
Eric Bailey 2024-08-21 15:11:47 -05:00 committed by GitHub
parent 5463e9718f
commit ddb0b80017
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ export function Outer({
}
const onSetContentVisible = (show: boolean) => {
if (meta.allowOverride) return
if (!meta.allowOverride) return
setIsContentVisible(show)
}