Working on email templating, updating with swagger
This commit is contained in:
@@ -17,11 +17,11 @@ export function CommunicationTable({ communications }: { communications: Communi
|
||||
<Table.Tr>
|
||||
<Table.Th>ID</Table.Th>
|
||||
<Table.Th>Name</Table.Th>
|
||||
<Table.Th>Frequencies (MHz)</Table.Th>
|
||||
<Table.Th>MHz</Table.Th>
|
||||
<Table.Th>Phone</Table.Th>
|
||||
</Table.Tr>
|
||||
</Table.Thead>
|
||||
<Table.Tbody>{rows}</Table.Tbody>
|
||||
</Table>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user