Naprawiono poprawne wyświetlanie zdjęcia od razu po dodaniu.
NORMALIZACJA ZDJECIA JEST NAJWAŻNIESZA
This commit is contained in:
@@ -19,7 +19,7 @@ export async function listLocations() {
|
||||
}
|
||||
}
|
||||
|
||||
const normalizeImageSource = (image) => {
|
||||
export const normalizeImageSource = (image) => {
|
||||
if (!image) return null;
|
||||
|
||||
if (typeof image === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user