We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4137f3f + 47a2097 commit 885cb35Copy full SHA for 885cb35
1 file changed
apps/web/src/app/invitations/page.tsx
@@ -299,8 +299,8 @@ const InvitationsPage = () => {
299
</div>
300
301
<div className="mt-4 space-y-3 md:hidden">
302
- {mobileInvitations.length === 0 ? (
303
- <div className="rounded-lg border border-gray-800 bg-[#071429] p-6 text-center text-sm text-gray-300">
+ {filteredMobileInvitations.length === 0 ? (
+ <div className="rounded-lg border border-gray-800 bg-[`#071429`] p-6 text-center text-sm text-gray-300">
304
No invitations sent yet
305
306
) : (
0 commit comments