mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 03:20:19 -06:00
styling and data fetching hotfix
This commit is contained in:
@@ -11,7 +11,7 @@ const QueryConfig = {
|
||||
* The number of items to fetch for the library, set to 30
|
||||
* This is used for the artists, albums, and tracks tabs in the library
|
||||
*/
|
||||
library: 75,
|
||||
library: 250,
|
||||
|
||||
/**
|
||||
* The number of items to fetch for the instant mix, set to 50
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function Settings(): React.JSX.Element {
|
||||
/>
|
||||
|
||||
<SettingsTabsNavigator.Screen
|
||||
name='Account'
|
||||
name='User'
|
||||
component={AccountTab}
|
||||
options={{
|
||||
tabBarIcon: ({ focused, color }) => (
|
||||
|
||||
Reference in New Issue
Block a user