RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/components/message/notification/MeMentionNotification.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

import MessageNotification from './MessageNotification';

const MeMentionNotification = () => {
    return <MessageNotification label='Me' bg='badge-background-level-4' />;
};

export default MeMentionNotification;