Skip to content

Commit

Permalink
Merge pull request #551 from pennlabs/jhawk0224/2024-09-01/sublet-log…
Browse files Browse the repository at this point in the history
…in-message

Add sublet message when not logged in
  • Loading branch information
JHawk0224 authored Sep 1, 2024
2 parents 93dcb83 + dd4f65c commit cf3e807
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 @@ -192,7 +192,7 @@ struct MarketplaceView: View {
}
}
} else {
Text("No sublets found!")
Text(Account.isLoggedIn ? "No sublets found!" : "You must login to view sublets!")
.foregroundStyle(.tertiary)
.font(.subheadline)
}
Expand Down

0 comments on commit cf3e807

Please sign in to comment.