mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 09:55:28 +00:00
feature pin message / ui improvment
This commit is contained in:
@@ -241,7 +241,7 @@ export default function ContextMenus() {
|
||||
);
|
||||
let message
|
||||
|
||||
if (index > 0) {
|
||||
if (index > -1) {
|
||||
message = messages[index];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user