From a1bda0a6c384f00008dc30776f88372585345235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Fri, 26 Nov 2021 09:40:44 +0300 Subject: [PATCH] Hide `Encoding` field if it's `undefined` or empty in the UI (#511) --- ui/src/components/EntryDetailed/EntrySections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/EntryDetailed/EntrySections.tsx b/ui/src/components/EntryDetailed/EntrySections.tsx index 0e0f8942d..88db7b310 100644 --- a/ui/src/components/EntryDetailed/EntrySections.tsx +++ b/ui/src/components/EntryDetailed/EntrySections.tsx @@ -130,7 +130,7 @@ export const EntryBodySection: React.FC = ({ - + {encoding && }