This commit is contained in:
Fredrik Burmester
2024-09-01 17:10:33 +02:00
parent ffea51ccb0
commit 3d73f604ac
5 changed files with 88 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ export const TouchableItemRouter: React.FC<PropsWithChildren<Props>> = ({
}
if (item.Type === "UserView") {
Alert.alert("Not implemented");
router.push(`/(auth)/(tabs)/${from}/collections/${item.Id}`);
return;
}