Front: Remove use of external images for placeholders
This commit is contained in:
committed by
Clément Le Bihan
parent
fb0e43af88
commit
e90c7f05a8
@@ -2,7 +2,6 @@ import { useEffect } from 'react';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import API from '../API';
|
||||
import { setAccessToken } from '../state/UserSlice';
|
||||
import { Text } from 'native-base';
|
||||
import { useRoute } from '@react-navigation/native';
|
||||
import { AccessTokenResponseHandler } from '../models/AccessTokenResponse';
|
||||
import { Translate } from '../i18n/i18n';
|
||||
@@ -26,7 +25,7 @@ const GoogleView = () => {
|
||||
run();
|
||||
}, []);
|
||||
|
||||
return <Translate translate={'loading'} />;
|
||||
return <Translate translationKey={'loading'} />;
|
||||
};
|
||||
|
||||
export default GoogleView;
|
||||
|
||||
Reference in New Issue
Block a user