mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
added custom button to menu
This commit is contained in:
@@ -99,9 +99,9 @@ class AppPaginationElement extends BaseComponentElement {
|
||||
? this.customRenderItems
|
||||
: () => {
|
||||
if (items?.length > 0) {
|
||||
return html`<span>
|
||||
return html`<div class="table">
|
||||
${items?.map((item) => renderItem(item))}
|
||||
</span>`;
|
||||
</div>`;
|
||||
}
|
||||
return html``;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user