Skip to content

Commit 657517b

Browse files
committed
undebug
1 parent 65e0fa3 commit 657517b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/namespace-detail/namespace-detail.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ export class NamespaceDetail extends React.Component<RouteProps, IState> {
831831
}
832832

833833
private renderPageControls() {
834-
if (this.state.showControls) {
834+
if (!this.state.showControls) {
835835
return null;
836836
}
837837

0 commit comments

Comments
 (0)