We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6792d1a commit 796a20bCopy full SHA for 796a20b
site/src/pages/WorkspacePage/AppStatuses.tsx
@@ -156,7 +156,7 @@ export const AppStatuses: FC<AppStatusesProps> = ({
156
<div className="flex items-center justify-between w-full text-content-secondary">
157
<span className="text-xs flex items-center gap-2">
158
<AppStatusStateIcon
159
- state={latestStatus.state}
+ state={status.state}
160
latest={false}
161
className="size-icon-xs w-[18px]"
162
/>
0 commit comments