mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fix Linux build and set up travis (#119)
* Add missing progress functions * eslint fails so disable * Correct case * Fix copy commands * Set up travis
This commit is contained in:
@@ -3,7 +3,7 @@ import React from 'react';
|
||||
import formatDateTime from 'Utilities/Date/formatDateTime';
|
||||
import getRelativeDate from 'Utilities/Date/getRelativeDate';
|
||||
import TableRowCell from './TableRowCell';
|
||||
import styles from './relativeDateCell.css';
|
||||
import styles from './RelativeDateCell.css';
|
||||
|
||||
function RelativeDateCell(props) {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user