username on creation
This commit is contained in:
@@ -146,6 +146,11 @@ const Home = () => {
|
||||
resetSelectedProject();
|
||||
setActiveStageIndex(0);
|
||||
if (songwriterAction?.route) {
|
||||
console.log(
|
||||
"navigating to",
|
||||
songwriterAction.route,
|
||||
songwriterAction.params
|
||||
);
|
||||
navigate(songwriterAction.route, songwriterAction.params);
|
||||
}
|
||||
}, [resetSelectedProject, songwriterAction]);
|
||||
|
||||
Reference in New Issue
Block a user