API & Client: fix
- user edition - title for activity with gpx and no name in gpx - style
This commit is contained in:
@ -27,7 +27,7 @@ export default function RecordsCard (props) {
|
||||
? 'No records'
|
||||
: (Object.keys(recordsBySport).map(sportLabel => (
|
||||
<table
|
||||
className="table table-borderless record-table"
|
||||
className="table table-borderless table-sm record-table"
|
||||
key={sportLabel}
|
||||
>
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user