Fix Alur Login & Load data forum , user search
Admin – User Access - app/(application)/admin/user-access/[id]/index.tsx Authentication - context/AuthContext.tsx - screens/Authentication/EULASection.tsx - screens/Authentication/LoginView.tsx Forum - screens/Forum/ViewBeranda3.tsx Profile & UI Components - components/Image/AvatarComp.tsx - screens/Profile/AvatarAndBackground.tsx ### No Issue
This commit is contained in:
@@ -30,7 +30,6 @@ export default function AvatarComp({
|
||||
href = `/(application)/(image)/preview-image/${fileId}`,
|
||||
}: AvatarCompProps) {
|
||||
const dimension = sizeMap[size];
|
||||
|
||||
const avatarImage = () => {
|
||||
return (
|
||||
<Avatar.Image
|
||||
@@ -54,6 +53,7 @@ export default function AvatarComp({
|
||||
onPress={
|
||||
href || fileId ? () => router.navigate(href as any) : onPress
|
||||
}
|
||||
disabled={!fileId}
|
||||
>
|
||||
{avatarImage()}
|
||||
</TouchableOpacity>
|
||||
|
||||
Reference in New Issue
Block a user