Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes publish Swarm #2006

Merged
merged 3 commits into from
May 22, 2019
Merged

fixes publish Swarm #2006

merged 3 commits into from
May 22, 2019

Conversation

LianaHus
Copy link
Collaborator

No description provided.

@LianaHus LianaHus requested a review from yann300 May 21, 2019 11:19
@@ -220,6 +223,10 @@ class CompileTab extends CompilerApi {
: yo`<section class="${css.container} clearfix"><article class="${css.compilerArticle}">
<span class="alert alert-warning" role="alert">No Contract Compiled Yet</span>
</article></section>`

if (0 !== contractList.length)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better check with if (!contractList.length)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we reset this.selectedContract if not contract is compiled

restyle debuger -> tx N field
@yann300 yann300 merged commit 8eaab4f into master May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants