Skip to content

Commit d680102

Browse files
authored
react what the fuck, how was that not notified
1 parent e4caaaf commit d680102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/tw-settings-modal/settings-modal.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const EnableDangerousOptimizations = props => (
294294
/>
295295
);
296296

297-
const disableOffscreenRendering = props => (
297+
const DisableOffscreenRendering = props => (
298298
<BooleanSetting
299299
{...props}
300300
label={
@@ -538,7 +538,7 @@ const SettingsModalComponent = props => (
538538
id="pm.settingsModal.optimizations"
539539
/>
540540
</Header>
541-
<disableOffscreenRendering
541+
<DisableOffscreenRendering
542542
value={props.disableOffscreenRendering}
543543
onChange={props.onDisableOffscreenRenderingChange}
544544
/>

0 commit comments

Comments
 (0)