Skip to content
Snippets Groups Projects
Commit 2a2da8ca authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: loader in bottom territory list

parent 07647c5f
No related branches found
No related tags found
No related merge requests found
Pipeline #15786 passed
......@@ -577,12 +577,6 @@ import("./utils.js").then((utils) => {
<div class="segment block margin-right-xxsmall margin-left-xxsmall sm-margin-none padding-top-xlarge sm-padding-xsmall whitespace-normal">
<h2 class="margin-top-xxsmall margin-left-xsmall margin-bottom-medium sm-margin-none sm-margin-right-xsmall sm-margin-bottom-small sm-margin-left-xsmall text-xlarge text-bold text-color-heading text-uppercase">Mes territoires</h2>
<div class="loader" id="loader-${this.route}-my-communities">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<solid-form-search
class="form search-form sm-whitespace-normal"
id="my-communities-filter"
......@@ -633,7 +627,14 @@ import("./utils.js").then((utils) => {
widget-counter="tzcld-communities-counter-alternate"
order-asc="name"
>
</solid-display>`;
</solid-display>
<div class="loader" id="loader-${this.route}-my-communities">
<div></div>
<div></div>
<div></div>
<div></div>
</div>`;
render += `
</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