File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ export default NiceModal.create((props: CBReviewModalProps) => {
566
566
className = "form-check-input"
567
567
required
568
568
/>
569
- < label className = "form-check-label" htmlFor = "# acceptLicense" >
569
+ < label className = "form-check-label" htmlFor = "acceptLicense" >
570
570
< small >
571
571
You acknowledge and agree that your contributed reviews to
572
572
CritiqueBrainz are licensed under a Creative Commons
Original file line number Diff line number Diff line change @@ -159,8 +159,7 @@ export default NiceModal.create(({ listenToMap }: MBIDMappingModalProps) => {
159
159
return (
160
160
< >
161
161
< div
162
- className = { `modal fade ${ visible ? "in" : "" } ` }
163
- style = { visible ? { display : "block" } : { } }
162
+ className = "modal fade"
164
163
id = "MBIDMappingModal"
165
164
role = "dialog"
166
165
data-backdrop = "true"
You can’t perform that action at this time.
0 commit comments