summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster-editor')
-rw-r--r-- | src/roster-editor/src/View/Character.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roster-editor/src/View/Character.elm b/src/roster-editor/src/View/Character.elm index c55265d..4a943c1 100644 --- a/src/roster-editor/src/View/Character.elm +++ b/src/roster-editor/src/View/Character.elm @@ -120,9 +120,9 @@ get_portrait_html char = ) ] [ - (get_battle_index_html char), (get_portrait_body_html char), - (get_portrait_armor_html char) + (get_portrait_armor_html char), + (get_battle_index_html char) ] ) |