mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-27 10:24:44 +00:00
Fix #1096
This commit is contained in:
parent
a3b277affb
commit
1ea8af4445
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ struct StatusRowHeaderView: View {
|
||||||
private var dateView: Text {
|
private var dateView: Text {
|
||||||
Text(viewModel.finalStatus.createdAt.relativeFormatted) +
|
Text(viewModel.finalStatus.createdAt.relativeFormatted) +
|
||||||
Text(" ⸱ ") +
|
Text(" ⸱ ") +
|
||||||
Text(Image(systemName: viewModel.status.visibility.iconName))
|
Text(Image(systemName: viewModel.finalStatus.visibility.iconName))
|
||||||
}
|
}
|
||||||
|
|
||||||
@ViewBuilder
|
@ViewBuilder
|
||||||
|
|
Loading…
Reference in a new issue