reform the message box with bubble style
This commit is contained in:
@@ -6,7 +6,5 @@ interface Props {
|
||||
}
|
||||
|
||||
export function MessageHide({ chat }: Props) {
|
||||
return (
|
||||
<div>{getMessageText(chat).split("\n")[0].slice(0, 18)} ... (deleted)</div>
|
||||
);
|
||||
return <div>{getMessageText(chat).split("\n")[0].slice(0, 18)} ...</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user