diff options
author | Shav Kinderlehrer <[email protected]> | 2024-02-20 22:18:15 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-02-20 22:18:15 -0500 |
commit | 53b079259556532569af3af0e3b15aa887adbfd4 (patch) | |
tree | dd6cf98924d5cfeaedfe4258d784571b3ad90c21 /Jel/Views/Dashboard/DashboardLibraryView.swift | |
parent | c9fea341849b5290966f71be958ed6ad41b77576 (diff) | |
download | jel-53b079259556532569af3af0e3b15aa887adbfd4.tar.gz jel-53b079259556532569af3af0e3b15aa887adbfd4.zip |
Start creating itemSeriesView
Diffstat (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift')
-rw-r--r-- | Jel/Views/Dashboard/DashboardLibraryView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jel/Views/Dashboard/DashboardLibraryView.swift b/Jel/Views/Dashboard/DashboardLibraryView.swift index b2a8449..0510113 100644 --- a/Jel/Views/Dashboard/DashboardLibraryView.swift +++ b/Jel/Views/Dashboard/DashboardLibraryView.swift @@ -37,8 +37,8 @@ struct DashboardLibraryView: View { } .buttonStyle(PlainButtonStyle()) } - }.padding(.horizontal) - } + } + }.padding(.horizontal) } .onAppear { Task { |