Skip to content
Snippets Groups Projects
Unverified Commit d2a3537b authored by Himanshu Malviya's avatar Himanshu Malviya Committed by GitHub
Browse files

[FIX] Duplicated "jump to message" button on starred messages (#24867)

parent b700807f
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ Meteor.startup(function () {
id: 'jump-to-star-message',
icon: 'jump',
label: 'Jump_to_message',
context: ['starred', 'threads', 'message-mobile'],
context: ['starred', 'message-mobile'],
action() {
const { msg: message } = messageArgs(this);
if (window.matchMedia('(max-width: 500px)').matches) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment