mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-03-28 08:15:55 +00:00
fixes
This commit is contained in:
parent
bf27a4f566
commit
0e516e4ce4
@ -56,6 +56,7 @@ export const AnnouncementList = ({
|
|||||||
return (
|
return (
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
key={message?.identifier}
|
||||||
style={{
|
style={{
|
||||||
marginBottom: "10px",
|
marginBottom: "10px",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
|
@ -1438,10 +1438,10 @@ export const Group = ({
|
|||||||
setChatMode((prev) =>
|
setChatMode((prev) =>
|
||||||
prev === "directs" ? "groups" : "directs"
|
prev === "directs" ? "groups" : "directs"
|
||||||
);
|
);
|
||||||
// setNewChat(false);
|
|
||||||
// setSelectedDirect(null);
|
}}
|
||||||
// setSelectedGroup(null);
|
sx={{
|
||||||
// setGroupSection("default");
|
backgroundColor: chatMode === 'directs' && ( groupChatHasUnread || groupsAnnHasUnread) ? 'red' : 'revert'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{chatMode === "groups" && (
|
{chatMode === "groups" && (
|
||||||
@ -1453,6 +1453,7 @@ export const Group = ({
|
|||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{chatMode === "directs" ? "Switch to groups" : "Direct msgs"}
|
{chatMode === "directs" ? "Switch to groups" : "Direct msgs"}
|
||||||
</CustomButton>
|
</CustomButton>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user