Add placeholders for moderation actions
This commit is contained in:
6
web/components/chat/ChatModerationActionMenu.tsx
Normal file
6
web/components/chat/ChatModerationActionMenu.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
interface Props {}
|
||||
|
||||
export default function ChatModerationActionMenu(props: Props) {
|
||||
return <div>Moderation popup menu goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user