File tree 2 files changed +2
-6
lines changed
pages/UserSettingsPage/ExternalAuthPage
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -131,11 +131,7 @@ const ExternalAuthRow: FC<ExternalAuthRowProps> = ({
131
131
< TableCell >
132
132
< AvatarData
133
133
title = { name }
134
- avatar = {
135
- app . display_icon && (
136
- < Avatar src = { app . display_icon } variant = "square" fitImage />
137
- )
138
- }
134
+ avatar = { < Avatar src = { app . display_icon } variant = "square" fitImage /> }
139
135
/>
140
136
</ TableCell >
141
137
< TableCell >
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ type RenderHookWithAuthOptions<Props> = Partial<
121
121
*
122
122
* @see {@link https://github.com/coder/coder/pull/10362#discussion_r1380852725 }
123
123
*/
124
- export async function renderHookWithAuth < Props , Result > (
124
+ export async function renderHookWithAuth < Result , Props > (
125
125
render : ( initialProps : Props ) => Result ,
126
126
options : RenderHookWithAuthOptions < Props > = { } ,
127
127
) {
You can’t perform that action at this time.
0 commit comments