Skip to content

Commit

Permalink
Remove unused supplierTitle text which was breaking layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Uehara authored and Mauricio Uehara committed Apr 24, 2020
1 parent e170a4c commit d824542
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions jarbas/layers/elm/Reimbursement/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,6 @@ viewReimbursement lang index reimbursement =
CompanyView.view reimbursement.supplierInfo
|> Html.map (CompanyMsg index)

supplierTitle =
Options.styled p
[ Typography.headline ]
[ text "" ]

sameDay : Html Msg
sameDay =
SameDay.view reimbursement.sameDay
Expand Down Expand Up @@ -506,7 +501,7 @@ viewReimbursement lang index reimbursement =
, sameSubquota
]
, cell [ size Desktop 6, size Tablet 8, size Phone 4 ]
[ Options.styled div [] [ supplierTitle, supplier ] ]
[ Options.styled div [] [ supplier ] ]
]


Expand Down

0 comments on commit d824542

Please sign in to comment.