Skip to content

Commit

Permalink
fix: My bad...
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Jun 15, 2023
1 parent 2673713 commit 05fc082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pages/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function ([favorite], /* _props, */{ context: { pathParams } })
).onPressed("@lenra:navTo", { path: openfeedbacks[session.attributes.key] }),
])
.spacing(16),
View(views.personnalNotes).data(DataApi.collectionName(Note), {user: "@me", session.attributes.key}),
View(views.personnalNotes).data(DataApi.collectionName(Note), {user: "@me", session: session.attributes.key}),
])
.direction("vertical")
.spacing(16)
Expand Down

0 comments on commit 05fc082

Please sign in to comment.