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

Commit 7179cc7

Browse files
committed
Merge branch 'dev' of github.com:MadOPcode/micro-frontends-taas-admin-app into dev
2 parents 85974c1 + e78f965 commit 7179cc7

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

Lines changed: 1 addition & 1 deletion
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)