Skip to content

Commit

Permalink
MessageLatency: ErrorBoundary should be noop
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Jan 27, 2025
1 parent ceba977 commit ea1e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/messageLatency/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default definePlugin({
</>
}
</Tooltip>;
});
}, { noop: true });
},

Icon({ delta, fill, props }: {
Expand Down

0 comments on commit ea1e961

Please sign in to comment.