Skip to content

Commit

Permalink
Add sublet message when not logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
JHawk0224 committed Sep 1, 2024
1 parent 947756a commit dd4f65c
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 dd4f65c

Please sign in to comment.