Skip to content
Snippets Groups Projects
Commit 4e5010d7 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: typo First Nation Country

parent a9682580
No related branches found
Tags v1.3.31
No related merge requests found
Pipeline #17380 passed with stage
in 54 seconds
......@@ -14,7 +14,7 @@ customElements.define(
}
render() {
return html`${this.value.length > 0
? html`<div class="row"><div class="col s12 text-14 bold">First Nations Led</div><div class="col s12 text-14">${this.value}</div></div>`
? html`<div class="row"><div class="col s12 text-14 bold">First Nation Country</div><div class="col s12 text-14">${this.value}</div></div>`
: ""}`;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment