Typo maybe? (#75)

This commit is contained in:
Frans Allen 2019-04-21 15:01:07 +01:00 committed by Steven
parent 4648a07531
commit d01b8e0d93
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ const App = (_: any, state: AppState, setState: SetState) => {
)
),
H('div',
{ clasName: 'pull-right' },
{ className: 'pull-right' },
H(ImagePreview, {
src: overrideUrl ? overrideUrl.href : url.href,
loading: loading,