Skip to content

Commit

Permalink
Fix heading, default to user when making new auth profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonesy committed Mar 28, 2023
1 parent 1327e61 commit 4231132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const AuthorizationProfileDialog: React.FC<AuthorizationProfileDialogProps> = ({
</Tab>
<Box flex={1} />
<Box p="relative" mt={-10} mb={2}>
<UserProfile data={data?.owner} />
<UserProfile heading="Owner" data={data?.owner ?? user} />
</Box>
</TabList>
</Tabs>
Expand Down

0 comments on commit 4231132

Please sign in to comment.