Skip to content

Commit 85264bf

Browse files
committed
Fix type error
1 parent 74b9c30 commit 85264bf

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
@@ -193,7 +193,7 @@ function SpeakerSessions({
193193
)}
194194
>
195195
{sessions.map(session => (
196-
<LongSessionCard key={session.id} session={session} year="2025" />
196+
<LongSessionCard key={session.id} session={session} />
197197
))}
198198
</div>
199199
)

0 commit comments

Comments
 (0)