Remove commented code

This commit is contained in:
Maurice Parker 2020-07-14 13:53:23 -05:00
parent dc023e681b
commit e6bd17f8f9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ struct TimelineToolbarModifier: ViewModifier {
ToolbarItem { ToolbarItem {
Button { Button {
} label: { } label: {
AppAssets.markAllAsReadImage //.foregroundColor(.accentColor) AppAssets.markAllAsReadImage
} }
.help("Mark All As Read") .help("Mark All As Read")
} }