message loader

This commit is contained in:
2025-10-06 16:23:13 +02:00
parent bf0184d16c
commit 8537673144
4 changed files with 74 additions and 15 deletions
+2
View File
@@ -160,6 +160,8 @@ const MusicDetails = ({ route }) => {
condition: !!projectId,
});
console.log("project is : ", project);
const { data: owner } = useDataFromRef({
ref: project?.userId ? usersRef.doc(project.userId) : null,
simpleRef: true,