chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -10,7 +10,7 @@ import useSettings from '../../../hooks/useSettings';
|
||||
* It uses the `next/image` Image component but overrides
|
||||
* the `unoptimized` prop based on the application setting `cacheImages`.
|
||||
**/
|
||||
const CachedImage: React.FC<ImageProps> = (props) => {
|
||||
const CachedImage = (props: ImageProps) => {
|
||||
const { currentSettings } = useSettings();
|
||||
|
||||
return <Image unoptimized={!currentSettings.cacheImages} {...props} />;
|
||||
|
||||
Reference in New Issue
Block a user