Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
aza547 committed Oct 21, 2023
1 parent d6e65f6 commit 9b99f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/RaidEncounterInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const RaidEncounterInfo: React.FC<IProps> = (props: IProps) => {
};

const renderZoneText = () => {
if (!unknownRaid) {
if (unknownRaid) {
return <></>;
}

Expand Down

0 comments on commit 9b99f9b

Please sign in to comment.