fix home button & portofolio button

This commit is contained in:
2025-02-25 12:31:17 +08:00
parent b9c68dbd4e
commit 9e6ea4b185
2 changed files with 14 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ export default function HomeViewNew() {
<UIGlobal_LayoutHeaderTamplate
title="HIPMI"
customButtonLeft={
!dataUser && !countNtf ? (
!dataUser || !countNtf ? (
<ActionIcon radius={"xl"} variant={"transparent"}>
<IconUserSearch color={MainColor.white} />
</ActionIcon>
@@ -108,7 +108,7 @@ export default function HomeViewNew() {
)
}
customButtonRight={
!dataUser && !countNtf ? (
!dataUser || !countNtf ? (
<ActionIcon radius={"xl"} variant={"transparent"}>
<IconBell color={MainColor.white} />
</ActionIcon>