mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 09:09:12 -05:00
Fix Lint
This commit is contained in:
parent
f7856649c7
commit
fca2c386e0
1 changed files with 3 additions and 5 deletions
|
@ -185,11 +185,9 @@ export const VoiceChannelIndicator = ErrorBoundary.wrap(({ userId, isActionButto
|
||||||
onClick
|
onClick
|
||||||
};
|
};
|
||||||
|
|
||||||
return <div className={isMessageIndicator ? cl("message-indicator") : undefined}>
|
return isLocked ?
|
||||||
{isLocked ?
|
|
||||||
<LockedSpeakerIcon {...iconProps} />
|
<LockedSpeakerIcon {...iconProps} />
|
||||||
: <SpeakerIcon {...iconProps} />}
|
: <SpeakerIcon {...iconProps} />;
|
||||||
</div>;
|
|
||||||
}}
|
}}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue