ui fix
This commit is contained in:
parent
95a68023bf
commit
5f6e2883ec
@ -68,7 +68,7 @@
|
|||||||
hideHeader = false; // Show the header for "/etf/etf-providers"
|
hideHeader = false; // Show the header for "/etf/etf-providers"
|
||||||
} else if (currentPath.startsWith("/etf/")) {
|
} else if (currentPath.startsWith("/etf/")) {
|
||||||
hideHeader = true; // Hide the header for other routes under "/etf/"
|
hideHeader = true; // Hide the header for other routes under "/etf/"
|
||||||
} else if (currentPath.startsWith("/crypto/")) {
|
} else if (currentPath.startsWith("/index/")) {
|
||||||
hideHeader = true; // Hide the header for other routes under "/etf/"
|
hideHeader = true; // Hide the header for other routes under "/etf/"
|
||||||
} else {
|
} else {
|
||||||
// Specify conditions for other routes where you want to hide the header
|
// Specify conditions for other routes where you want to hide the header
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user