Skip to content

Commit 9103c30

Browse files
committed
Fix type error
1 parent 79af1dc commit 9103c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/speakers/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function SpeakerSessions({
194194
)}
195195
>
196196
{sessions.map(session => (
197-
<LongSessionCard key={session.id} session={session} year="2025" />
197+
<LongSessionCard key={session.id} session={session} />
198198
))}
199199
</div>
200200
)

0 commit comments

Comments
 (0)