Fix formatting
This commit is contained in:
@@ -13,7 +13,7 @@ import List from './List'
|
||||
import { SongDatagrid, SongDatagridRow } from './SongDatagrid'
|
||||
import SongContextMenu from './SongContextMenu'
|
||||
import QuickFilter from './QuickFilter'
|
||||
import useAlbumsPerPage from "./useAlbumPerPage"
|
||||
import useAlbumsPerPage from './useAlbumPerPage'
|
||||
|
||||
export {
|
||||
Title,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useSelector } from "react-redux"
|
||||
import get from "lodash.get"
|
||||
import { useSelector } from 'react-redux'
|
||||
import get from 'lodash.get'
|
||||
|
||||
const getPerPage = (width) => {
|
||||
if (width === 'xs') return 12
|
||||
|
||||
Reference in New Issue
Block a user