Refactored website components. New layout.
This commit is contained in:
@@ -15,7 +15,7 @@ export function SessionsTable({ data = [] }: { data: any[]; showDomain?: boolean
|
||||
<DataColumn id="id" label={formatMessage(labels.session)} width="100px">
|
||||
{(row: any) => (
|
||||
<Link href={`sessions/${row.id}`} className={styles.link}>
|
||||
<Avatar key={row.id} seed={row.id} size={64} />
|
||||
<Avatar seed={row.id} size={64} />
|
||||
</Link>
|
||||
)}
|
||||
</DataColumn>
|
||||
|
||||
Reference in New Issue
Block a user