chore: migrate to KT financial system
This commit is contained in:
@@ -52,8 +52,7 @@ function flattenFinWiseProMenu() {
|
||||
if (!childrenUL || !parentMenu) return;
|
||||
|
||||
// Check if already processed
|
||||
if ((finwiseMenu as HTMLElement).dataset.hideFinwise === 'true')
|
||||
return;
|
||||
if ((finwiseMenu as HTMLElement).dataset.hideFinwise === 'true') return;
|
||||
|
||||
// Move all children to the parent menu
|
||||
const children = [...childrenUL.children];
|
||||
|
||||
Reference in New Issue
Block a user