File tree Expand file tree Collapse file tree
packages/admin/src/pages/current Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,10 +95,7 @@ export class TOTP implements PassportComponents {
9595 < Form . Submit palette = "primary" disabled = { api . accessor < string > ( 'username' ) . getValue ( ) === '' } >
9696 { l . t ( '_c.ok' ) }
9797 </ Form . Submit >
98- < Form . Reset palette = "secondary" >
99- { ' ' }
100- { l . t ( '_c.reset' ) } { ' ' }
101- </ Form . Reset >
98+ < Form . Reset palette = "secondary" > { l . t ( '_c.reset' ) } </ Form . Reset >
10299 </ Form . Root >
103100 ) ;
104101 }
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export function Profile(props: Props): JSX.Element {
8787 return (
8888 < Page . Root title = "_p.current.profile" class = { styles . profile } >
8989 < Upload . Root
90- ref = { el => uploadRef = el }
90+ ref = { el => ( uploadRef = el ) }
9191 fieldName = "files"
9292 upload = { async data => {
9393 const ret = await rest . upload < Array < string > > ( '/uploads' , data ) ;
You can’t perform that action at this time.
0 commit comments