Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
correctly pass props to notion (#179)
Browse files Browse the repository at this point in the history
* correctly pass props to notion

* Update README.md

* fix undefined id error
  • Loading branch information
EstebanDalelR committed Aug 2, 2023
1 parent 1fa9430 commit 288cd4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/loginGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ function LoginGrid({ userEmail, data }) {
{notionUserData?.user_displayname ? (
<InfoPanel
info={{
user_avatar_url: `https://cdn.discordapp.com/avatars/${discordUserData.id}/${discordUserData.avatar_url}`,
...discordUserData,
...notionUserData,
service_name: "Notion",
}}
/>
Expand Down

0 comments on commit 288cd4e

Please sign in to comment.