Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d574b17

Browse files
committed
refactor: show apps when workspace is running
1 parent 7b0b649 commit d574b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TaskPage/TaskPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const TaskPage = () => {
170170
</div>
171171
</Margins>
172172
);
173-
} else if (!task.workspace.latest_app_status) {
173+
} else if (task.workspace.latest_build.status !== "running") {
174174
content = (
175175
<div className="w-full min-h-80 flex items-center justify-center">
176176
<div className="flex flex-col items-center">

0 commit comments

Comments
 (0)