Skip to content

Commit

Permalink
fix(com): order status box render
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 31, 2023
1 parent 5d11242 commit 8942f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniquely/com-pwa/src/ui/stuff/order-status-box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ export class AlwatrOrderStatusBox extends AlwatrBaseElement {
elevated: 1,
};

return html` <alwatr-icon-box .content=${iconBoxContent}></alwatr-icon-box> `;
return html`<alwatr-icon-box .content=${iconBoxContent}></alwatr-icon-box>`;
}
}

0 comments on commit 8942f29

Please sign in to comment.