Skip to content

Commit

Permalink
Errbit | fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 15, 2024
1 parent c3be727 commit f6430aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/repos/VersionMeta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import TableRow from '@mui/material/TableRow';
import Skeleton from '@mui/material/Skeleton';
import get from 'lodash/get'
import RepoVersionLabel from './RepoVersionLabel'
import { formatDate } from '../../common'
import { formatDate } from '../../common/utils'

const StatRow = ({icon, label, version1, version2, statKey, statFunc}) => {
const lastCellStyle = {borderBottom: '1px solid', borderColor: 'surface.nv80'}
Expand Down

0 comments on commit f6430aa

Please sign in to comment.