Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kplatis committed Apr 8, 2024
1 parent 2953198 commit 2d5f3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VirtualLab/VirtualLabHomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function VirtualLabHomePage({ id }: Props) {
<VirtualLabStatistic
icon={<CalendarOutlined style={iconStyle} />}
title="Creation date"
detail={virtualLab.creationDate}
detail={virtualLab.created_at}
/>
</div>
</div>
Expand Down

0 comments on commit 2d5f3a2

Please sign in to comment.