Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
waynelwz committed Jul 31, 2023
1 parent 73f300e commit 8bab91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/pages/Model/ModelListCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function ModelListCard() {
</TextLink>,
model.owner && <User user={model.owner} />,
model.createdTime && formatTimestampDateTime(model.createdTime),
<div style={{ display: 'flex', gap: '5px' }}>
<div key='action' style={{ display: 'flex', gap: '5px' }}>
<Button
kind='tertiary'
onClick={() => history.push(`/projects/${projectId}/models/${model.id}/versions`)}
Expand Down

0 comments on commit 8bab91a

Please sign in to comment.