mirror of
https://github.com/xtr-dev/rondevu-demo.git
synced 2025-12-13 03:53:22 +00:00
fix: Show claim UI instead of loading screen for new users
Changed loading condition from checking rondevu existence to checking setupStep. New users now see the claim UI immediately instead of being stuck on Loading.
This commit is contained in:
@@ -849,7 +849,7 @@ export default function App() {
|
||||
}
|
||||
};
|
||||
|
||||
if (!rondevu) {
|
||||
if (setupStep === 'init') {
|
||||
return <div style={styles.loading}>Loading...</div>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user