Changed p to Text component
This commit is contained in:
parent
ecc4a40eea
commit
1dd7f0371d
2 changed files with 1 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ function RoomViewInput({
|
|||
function renderInputs() {
|
||||
if (!canISend) {
|
||||
return (
|
||||
<p className="room-input__disallowed">You do not have permission to post to this room</p>
|
||||
<Text className="room-input__disallowed">You do not have permission to post to this room</Text>
|
||||
);
|
||||
}
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue