Fix formatting

This commit is contained in:
Deluan 2020-06-09 20:34:36 -04:00
parent a64b15c174
commit 1c466d6083
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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