Skip to content

Commit 16b8897

Browse files
LianaHusAniket-Engg
authored andcommitted
start workthrough only for beginner.
1 parent be51956 commit 16b8897

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/remix-ui/app/src/lib/remix-app/remix-app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@ const RemixApp = (props: IRemixAppUi) => {
107107
setShowEnterDialog(false)
108108
localStorage.setItem('hadUsageTypeAsked', type)
109109

110-
await props.app.appManager.call('walkthrough', 'start')
111-
112110
// Use the type to setup the UI accordingly
113111
switch (type) {
114112
case UsageTypes.Beginner: {
115113
await props.app.appManager.call('manager', 'activatePlugin', 'LearnEth')
114+
await props.app.appManager.call('walkthrough', 'start')
116115
// const wName = 'Playground'
117116
// const workspaces = await props.app.appManager.call('filePanel', 'getWorkspaces')
118117
// if (!workspaces.find((workspace) => workspace.name === wName)) {

0 commit comments

Comments
 (0)