chore: update app configurations and screens

This commit is contained in:
2026-05-31 13:48:02 +02:00
parent 9296a9bc8b
commit d3c0ef2420
5 changed files with 90 additions and 98 deletions
+2 -6
View File
@@ -59,12 +59,8 @@ export default function App() {
updatedUris.pop();
setPhotoUris(updatedUris);
// If we have other photos, let user retake from current collage length
if (updatedUris.length > 0) {
setCurrentScreen('camera');
} else {
setCurrentScreen('home');
}
// Always let user retake
setCurrentScreen('camera');
};
const handleAddAnother = () => {