do to formatters
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { DriverIdentity } from '@/ui/DriverIdentity';
|
||||
import { DateFormatter } from '@/lib/formatters/DateFormatter';
|
||||
import { DriverViewModel } from '@/lib/view-models/DriverViewModel';
|
||||
import { Badge } from '@/ui/Badge';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { DriverIdentity } from '@/ui/DriverIdentity';
|
||||
import { TableCell, TableRow } from '@/ui/Table';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { DateDisplay } from '@/lib/display-objects/DateDisplay';
|
||||
import React, { ReactNode } from 'react';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
interface LeagueMemberRowProps {
|
||||
driver?: DriverViewModel;
|
||||
@@ -84,7 +84,7 @@ export function LeagueMemberRow({
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Text variant="high" size="sm">
|
||||
{DateDisplay.formatShort(joinedAt)}
|
||||
{DateFormatter.formatShort(joinedAt)}
|
||||
</Text>
|
||||
</TableCell>
|
||||
{actions && (
|
||||
|
||||
Reference in New Issue
Block a user