From 9b99f9b664198cc493cd2c35afba622cec17bf52 Mon Sep 17 00:00:00 2001 From: aza547 Date: Sat, 21 Oct 2023 15:28:49 +0100 Subject: [PATCH] lol --- src/renderer/RaidEncounterInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/RaidEncounterInfo.tsx b/src/renderer/RaidEncounterInfo.tsx index b2c0dc2b..89add83b 100644 --- a/src/renderer/RaidEncounterInfo.tsx +++ b/src/renderer/RaidEncounterInfo.tsx @@ -51,7 +51,7 @@ const RaidEncounterInfo: React.FC = (props: IProps) => { }; const renderZoneText = () => { - if (!unknownRaid) { + if (unknownRaid) { return <>; }