@@ -253,7 +253,7 @@ class BasicLayout extends React.PureComponent {
)}
</ContainerQuery>
</DocumentTitle>
- {rendering && process.env.NODE_ENV === 'production' ? null : ( // Do show SettingDrawer in production
+ {(rendering || process.env.NODE_ENV === 'production') ? null : ( // Do show SettingDrawer in production
<SettingDrawer />
</React.Fragment>