Commit 95101b7f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] typo

parent 460aeb94
...@@ -67,7 +67,7 @@ uploadFileViewCpt d = R.hooksComponent "UploadFileView" cpt ...@@ -67,7 +67,7 @@ uploadFileViewCpt d = R.hooksComponent "UploadFileView" cpt
, H.div {} [ uploadButton d id mContents fileType lang ] , H.div {} [ uploadButton d id mContents fileType lang ]
] ]
renderOptionLang :: FileType -> R.Element renderOption :: FileType -> R.Element
renderOption opt = H.option {} [ H.text $ show opt ] renderOption opt = H.option {} [ H.text $ show opt ]
renderOptionLang :: Lang -> R.Element renderOptionLang :: Lang -> R.Element
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment