From 15eb0c2efe9a59b30b95b84311ddd22b042e959c Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Fri, 12 May 2023 16:12:47 +0200 Subject: [PATCH] commit --- src/shell/components/SettingsPane.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."}