]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/person/profile.tsx
fix: Remove unnecessary string interpolations
[lemmy-ui.git] / src / shared / components / person / profile.tsx
index 70bada821c950adf659b496dd9af95407c85ad12..714b6bedcc2e5bd501afe93da99a424496b8afd1 100644 (file)
@@ -647,12 +647,12 @@ export class Profile extends Component<
               value={this.state.banReason}
               onInput={linkEvent(this, this.handleModBanReasonChange)}
             />
-            <label className="col-form-label" htmlFor={`mod-ban-expires`}>
+            <label className="col-form-label" htmlFor="mod-ban-expires">
               {I18NextService.i18n.t("expires")}
             </label>
             <input
               type="number"
-              id={`mod-ban-expires`}
+              id="mod-ban-expires"
               className="form-control me-2"
               placeholder={I18NextService.i18n.t("number_of_days")}
               value={this.state.banExpireDays}