timestamping chat viewed timestamp when closing the header team chat
This commit is contained in:
parent
61ea77846c
commit
49e8160ccf
3 changed files with 25 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ export default function ChatMessage(props: Props) {
|
|||
return mappedPerm; // Return null for invalid keys
|
||||
}).filter(Boolean); // Optionally filter out any null values
|
||||
} else {
|
||||
console.error("data.permissions is not an array or does not exist");
|
||||
// console.error("data.permissions is not an array or does not exist");
|
||||
perms = [];
|
||||
}
|
||||
return perms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue