diff --git a/src/features/rooms/pages/RoomRobotPage.jsx b/src/features/rooms/pages/RoomRobotPage.jsx
index d7e3b0b..4d8ac59 100644
--- a/src/features/rooms/pages/RoomRobotPage.jsx
+++ b/src/features/rooms/pages/RoomRobotPage.jsx
@@ -170,7 +170,7 @@ export function RoomRobotPage() {
)}
renderOption={(props, option) => (
-
+
)}
size="small"
@@ -196,7 +196,7 @@ export function RoomRobotPage() {
)}
renderOption={(props, option) => (
-
+
)}
size="small"
@@ -318,8 +318,14 @@ function RobotRoomIdentity({ room }) {
);
}
-function RobotIdentity({ user = {}, fallbackId = "" }) {
- return ;
+function RobotIdentity({ fallbackId = "", openInAppUserDetail = true, user = {} }) {
+ return (
+
+ );
}
function RobotRoomStatus({ page, room }) {