Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e78f965

Browse files
committed
fix: loading period details UI
1 parent 9726e18 commit e78f965

File tree

1 file changed

+1
-1
lines changed
  • src/routes/WorkPeriods/components/PeriodDetails

1 file changed

+1
-1
lines changed

src/routes/WorkPeriods/components/PeriodDetails/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const PeriodDetails = ({ className, details, isDisabled, isFailed }) => {
8585
)}
8686
>
8787
{periodsIsLoading ? (
88-
<td colSpan={8}>
88+
<td colSpan={9}>
8989
<div className={styles.loadingIndicator}>Loading...</div>
9090
</td>
9191
) : (

0 commit comments

Comments
 (0)