Skip to content

Commit

Permalink
change floating message
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void committed Dec 2, 2024
1 parent 1312cc2 commit 9ff6117
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/components/chat/RoomWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,7 @@ export function RoomWindow(props: Props) {
<>
{room.matchingStatus !== "matched" && (
<FloatingMessage
message={
room.matchingStatus === "myRequest"
? "この人とはマッチングしていません。最初の挨拶をしましょう。"
: "この人とはマッチングしていません。"
}
message="この人とはマッチングしていません。"
friendId={friendId}
showButtons={room.matchingStatus === "otherRequest"}
/>
Expand Down

0 comments on commit 9ff6117

Please sign in to comment.