The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/components/Message/NotificationStatus/Me.js

9 lines
197 B

import React from 'react';
import NotificationStatus from './NotificationStatus';
function Me(props) {
return <NotificationStatus label='Me' bg='danger-500' {...props} />;
}
export default Me;