diff --git a/src/shell/components/SettingsPane.tsx b/src/shell/components/SettingsPane.tsx index 6f2c6e1..b4b6db5 100644 --- a/src/shell/components/SettingsPane.tsx +++ b/src/shell/components/SettingsPane.tsx @@ -21,8 +21,8 @@ function SettingsPane(props : SettingsPaneProps) { Emphasize Bytes

- {appState.emphasizeBytes ? - "Each binary string is extended to contain at least 8 bits. White space is be added between each group of 8 bits which signify a bytes so it is easier to tell them apart." + {appState.emphasizeBytes + ? "Each binary string is extended to contain at least 8 bits. White space is be added between each group of 8 bits which signify a bytes so it is easier to tell them apart." : "Binary strings are not modified."}