Skip to content

Commit 0c62abb

Browse files
Venkataramanan VenkateswaranVenkataramanan Venkateswaran
authored andcommitted
Venkataramanan fix: Sonarqube issue
1 parent 39618a3 commit 0c62abb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/components/Projects/WBS/SameFolderTasks/SameFolderTasks.jsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,13 @@ function SameFolderTasks(props) {
101101
if (noOtherTasksInFolder) {
102102
return (
103103
<div className="d-flex justify-content-center align-items-center pt-4">
104-
<div className="spinner-border text-success" role="status">
104+
<output
105+
className="spinner-border text-success"
106+
aria-live="polite"
107+
aria-busy="true"
108+
>
105109
<span className="sr-only">Loading...</span>
106-
</div>
110+
</output>
107111
</div>
108112
);
109113
}

0 commit comments

Comments
 (0)