chore: update app configurations and screens
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user