Skip to content

Commit

Permalink
Better message
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 26, 2024
1 parent 3dbd549 commit 81d4caa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/APITables/SpecTable/SpecTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ function SpecProgress(props: SpecProgressProps) {
color={progress < 100 ? 'blue' : 'gray'}
animated
/>
) : null;
) : (
<APIStatusText nodata={noData}>No exposure in progress</APIStatusText>
);
}

export default function SpecTable() {
Expand Down

0 comments on commit 81d4caa

Please sign in to comment.