From 53b079259556532569af3af0e3b15aa887adbfd4 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Tue, 20 Feb 2024 22:18:15 -0500 Subject: Start creating itemSeriesView --- Jel/Views/Dashboard/DashboardLibraryView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift') 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 { -- cgit v1.2.3