Development (#67)
* preliminary map for vehicles * weird zoom bug * passing react tests * fixing warnings and updating snapshots * update node environment to 14 * addressing comments by changing variable types and adding styles to home page title * adding CODEOWNERS file * fixing token error
This commit is contained in:
@@ -75,7 +75,7 @@ const HeaderSortable = (props) => {
|
||||
<TableCell
|
||||
key={column.id}
|
||||
align={column.numeric ? "right" : "center"}
|
||||
padding={column.disablePadding ? "none" : "default"}
|
||||
padding={column.disablePadding ? "none" : "normal"}
|
||||
sortDirection={orderBy === column.id ? order : false}
|
||||
>
|
||||
{ColumnLabel(column)}
|
||||
|
||||
Reference in New Issue
Block a user