Skip to content

Commit

Permalink
Update explorer/src/pages/Subject/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Nicolas <[email protected]>
  • Loading branch information
satyajeetkolhapure and alainncls authored Oct 29, 2024
1 parent e3c6c26 commit 7eb69d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions explorer/src/pages/Subject/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export const Subject: React.FC = () => {
return (
<div className="flex flex-col gap-14 md:gap-[4.5rem] container mt-14 md:mt-12">
<div className="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-6">
{attestationsList &&
attestationsList.map((attestation) => {
{attestationsList?.map((attestation) => {
return (
<AttestationCard
key={attestation.id}
Expand Down

0 comments on commit 7eb69d9

Please sign in to comment.