Fix typo
This commit is contained in:
parent
8d2edbe6fd
commit
1be9102388
|
@ -31,7 +31,7 @@ class TorrentTable extends Component {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</th>
|
</th>
|
||||||
<th style={nameStyle}>name</th>
|
<th style={name_style}>name</th>
|
||||||
<th style={{ minWidth: '75px' }}>up</th>
|
<th style={{ minWidth: '75px' }}>up</th>
|
||||||
<th style={{ minWidth: '75px' }}>down</th>
|
<th style={{ minWidth: '75px' }}>down</th>
|
||||||
<th style={{width: "18rem"}}>
|
<th style={{width: "18rem"}}>
|
||||||
|
@ -63,7 +63,7 @@ class TorrentTable extends Component {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
<td style={nameStyle}>
|
<td style={name_style}>
|
||||||
<a
|
<a
|
||||||
href={`/torrents/${t.id}`}
|
href={`/torrents/${t.id}`}
|
||||||
onClick={e => {
|
onClick={e => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user