Skip to content

Commit

Permalink
rmv brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 29, 2024
1 parent 7657fc2 commit 5b9e8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/MainComponents/FooterTabs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ let MainMetadata(model: Model, dispatch: Messages.Msg -> unit) =
prop.children [
Html.a [
Bulma.icon [Html.i [prop.className "fa-solid fa-circle-info"]]
Html.text (model.SpreadsheetModel.FileType)
Html.text model.SpreadsheetModel.FileType
]
]
]
Expand Down

0 comments on commit 5b9e8cc

Please sign in to comment.