chore: prettier format ForwardMessageDialog.tsx and lotus-terminal.css.ts
CI / Build & Quality Checks (push) Successful in 10m11s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 23:22:49 -04:00
parent 6134c36119
commit 79d959934c
2 changed files with 9 additions and 11 deletions
@@ -51,12 +51,7 @@ function RoomRow({ room, dm, useAuthentication, onClick, sending }: RoomRowProps
src={avatarUrl}
alt={room.name}
renderFallback={() => (
<RoomIcon
roomType={room.getType()}
size="100"
joinRule={room.getJoinRule()}
filled
/>
<RoomIcon roomType={room.getType()} size="100" joinRule={room.getJoinRule()} filled />
)}
/>
</Avatar>