Removed some unneeded spaces

This commit is contained in:
2022-05-04 11:45:49 +02:00
parent bf2d2e4256
commit b41f999323
2 changed files with 8 additions and 8 deletions

View File

@ -337,7 +337,7 @@ modelDecoder =
let
mainDecoder : String -> JD.Decoder Model
mainDecoder version =
if (version == pcModelVersion) then
if (version == "4" || version == "3") then
JD.map2
(\a b -> Model a b [] False Waiting Waiting initDragDrop False )
( JD.field "pc_model" PC.Json.pcModelDecoder )