We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9e75e commit 22a1de0Copy full SHA for 22a1de0
1 file changed
src/pages/DetailsPage.tsx
@@ -101,7 +101,6 @@ function DetailsPage({personalDetails, route, session}: DetailsPageProps) {
101
<AttachmentModal
102
headerTitle={displayName}
103
source={UserUtils.getFullSizeAvatar(details?.avatar, details.accountID)}
104
- isAuthTokenRequired
105
originalFileName={details.originalFileName}
106
maybeIcon
107
>
0 commit comments