-
Notifications
You must be signed in to change notification settings - Fork 189
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
Define dispatch #846
Define dispatch #846
Conversation
b643a7b
to
62dd552
Compare
62dd552
to
d24f5f5
Compare
@@ -88,10 +88,9 @@ generate: assets | |||
|
|||
# TODO find a docker container with go and yarn so we can properly build assets in ci | |||
#assets: assets/identifier/static assets/identifier/index.html | |||
assets: assets/identifier/static | |||
assets: static-assets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be run always, not only if it doesn't exist. When running yarn build
it builds a placeholder logo for dev env. We are overwriting it with this with oC logo.
@@ -33,7 +33,7 @@ const styles = theme => ({ | |||
}); | |||
|
|||
function Chooseaccount(props) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just saves one line, but we could have the signature like this:
function Chooseaccount({ loading, errors, classes, hello, history, dispatch }) {
d24f5f5
to
b9d416b
Compare
Kudos, SonarCloud Quality Gate passed!
|
Fix choose account dialogue.