Skip to content

Commit bae4cdd

Browse files
committed
first to add then to remove
1 parent c4cb951 commit bae4cdd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Components/ProjectListApplyer.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ const ProjectListApplyer = ({
6464
<div className="col-md-12"><Loading status={applyingStatus} /></div>
6565
</div>
6666
}
67+
<LabelList
68+
header="Labels to Add:"
69+
className="labels-to-add"
70+
labels={LABELS_TO_ADD}
71+
applyedLabels={applyedLabels}
72+
/>
6773
{labelsToRemove.length === 0 ? null :
6874
<LabelList
6975
header="Labels to Remove:"
@@ -72,12 +78,6 @@ const ProjectListApplyer = ({
7278
applyedLabels={applyedLabels}
7379
/>
7480
}
75-
<LabelList
76-
header="Labels to Add:"
77-
className="labels-to-add"
78-
labels={LABELS_TO_ADD}
79-
applyedLabels={applyedLabels}
80-
/>
8181
</section>
8282
}
8383
</div>

0 commit comments

Comments
 (0)