Skip to content

Commit 085c7fd

Browse files
committed
mobile fix
1 parent ffb01ca commit 085c7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default function Workspace({
176176
)}
177177
{!(isSmallBreakpoint && liveShare.isLiveSharing) && (
178178
<>
179-
{isConversationStarted ? (
179+
{isConversationStarted || isSmallBreakpoint ? (
180180
<IDE className="flex-1 h-full">
181181
<Chat />
182182
</IDE>

0 commit comments

Comments
 (0)