mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-15 03:53:51 +00:00
Renamed classes to match components file names
This commit is contained in:
@@ -5,7 +5,7 @@ import { isEmpty } from 'ramda';
|
||||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import Tag from '../utils/Tag';
|
||||
import { Row } from './helpers/ShortUrlsRow';
|
||||
import { ShortUrlsRow } from './helpers/ShortUrlsRow';
|
||||
import { listShortUrls } from './reducers/shortUrlsList';
|
||||
import './ShortUrlsList.scss';
|
||||
|
||||
@@ -109,7 +109,7 @@ export class ShortUrlsList extends React.Component {
|
||||
}
|
||||
|
||||
return shortUrlsList.map(shortUrl => (
|
||||
<Row shortUrl={shortUrl} selectedServer={selectedServer} key={shortUrl.shortCode} />
|
||||
<ShortUrlsRow shortUrl={shortUrl} selectedServer={selectedServer} key={shortUrl.shortCode} />
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user