Skip to content

Commit 3359f35

Browse files
authored
Update index.tsx
1 parent 06d2391 commit 3359f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/ClassRoomRank/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const ClassRoomRank = (props: IProps) => {
154154
最新数据更新时间:
155155
{props.latestUpdatedAt && (
156156
<span style={{ marginLeft: 10, fontWeight: 'bold' }}>
157-
{dayjs(props.latestUpdatedAt).format('YYYY-MM-DD HH:mm::ss')}
157+
{dayjs(props.latestUpdatedAt).format('YYYY-MM-DD HH:mm:ss')}
158158
</span>
159159
)}
160160
</span>

0 commit comments

Comments
 (0)