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

Skip to content

Commit 20c1823

Browse files
committed
Build stage var is always set now
1 parent 77e3034 commit 20c1823

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/pages/TaskPage/TaskPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ const TaskPage = () => {
117117
<h3 className="m-0 font-medium text-content-primary text-base">
118118
Starting your workspace
119119
</h3>
120-
{lastStage && (
121-
<div className="text-content-secondary text-sm">{lastStage}</div>
122-
)}
120+
<div className="text-content-secondary text-sm">{lastStage}</div>
123121
</div>
124122
<div className="w-full">
125123
<WorkspaceBuildProgress

0 commit comments

Comments
 (0)