chore: update various components and services for improved functionality and consistency, including formatting adjustments and minor refactors
This commit is contained in:
@@ -56,4 +56,3 @@ export function useImageCache() {
|
||||
}
|
||||
return context;
|
||||
}
|
||||
|
||||
|
||||
@@ -98,11 +98,7 @@ export function PreferencesProvider({
|
||||
[preferences, updatePreferences, isLoading]
|
||||
);
|
||||
|
||||
return (
|
||||
<PreferencesContext.Provider value={contextValue}>
|
||||
{children}
|
||||
</PreferencesContext.Provider>
|
||||
);
|
||||
return <PreferencesContext.Provider value={contextValue}>{children}</PreferencesContext.Provider>;
|
||||
}
|
||||
|
||||
export function usePreferences() {
|
||||
|
||||
Reference in New Issue
Block a user