Skip to content

Commit

Permalink
Merge pull request #546 from pennlabs/esinx/sublet-padding-fix
Browse files Browse the repository at this point in the history
Fix layout
  • Loading branch information
esinx authored Apr 27, 2024
2 parents df4a5a8 + 670ed3e commit d7702e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PennMobile/Subletting/MarketplaceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ struct MarketplaceView: View {
}
}
}
.padding(.horizontal)
.refreshable {
await sublettingViewModel.populateSublets()
await sublettingViewModel.populateFiltered()
}
}
.padding(.horizontal)
.toolbar {
ToolbarItem {
NavigationLink(value: SublettingPage.myListings()) {
Expand Down

0 comments on commit d7702e9

Please sign in to comment.