From f102079e3c1d453dadfcd24b5dccca5970ac01bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Tue, 11 Jan 2022 13:05:58 +0300 Subject: [PATCH] Fix the build error (#621) --- ui/src/components/EntryListItem/EntryListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/EntryListItem/EntryListItem.tsx b/ui/src/components/EntryListItem/EntryListItem.tsx index 78f50ce63..d262532e6 100644 --- a/ui/src/components/EntryListItem/EntryListItem.tsx +++ b/ui/src/components/EntryListItem/EntryListItem.tsx @@ -162,7 +162,7 @@ export const EntryItem: React.FC = ({entry, focusedEntryId, setFocus flipped={true} style={{marginTop: "-4px", overflow: "visible"}} iconStyle={!headingMode ? {marginTop: "4px", left: "68px", position: "absolute"} : - entry.protocol.name === "http" ? {marginTop: "4px", left: "calc(50vw + 41px)", position: "absolute"} : + entry.proto.name === "http" ? {marginTop: "4px", left: "calc(50vw + 41px)", position: "absolute"} : {marginTop: "4px", left: "calc(50vw - 9px)", position: "absolute"}} >