diff options
Diffstat (limited to 'src/client/elm/View/Price.elm')
-rw-r--r-- | src/client/elm/View/Price.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/View/Price.elm b/src/client/elm/View/Price.elm index 286bcaa..be665a8 100644 --- a/src/client/elm/View/Price.elm +++ b/src/client/elm/View/Price.elm @@ -11,7 +11,7 @@ price : Model -> Int -> String price model amount = ( formatInt amount ++ " " - ++ model.config.currency + ++ model.conf.currency ) formatInt : Int -> String |