displays snackbar instead of greenscreen on bad url #2439

Merged
jessopb merged 1 commit from issue2431-badurlsnackbar into master 2019-04-21 20:50:59 +02:00
jessopb commented 2019-04-19 20:47:32 +02:00 (Migrated from github.com)

Changes

Enables a showSnackBar that was previously erroring.

## Changes Enables a showSnackBar that was previously erroring.
neb-b (Migrated from github.com) requested changes 2019-04-19 21:23:42 +02:00
neb-b (Migrated from github.com) left a comment

Lets use doToast({ isError: true, ... })

And we don't need the span wrapper

Lets use `doToast({ isError: true, ... })` And we don't need the `span` wrapper
neb-b (Migrated from github.com) commented 2019-04-19 21:22:59 +02:00

This doesn't need to have a <span> wrapped around it.

Also now that I'm thinking about it. We can use isError: true, to get the error snack bar.

This doesn't need to have a `<span>` wrapped around it. Also now that I'm thinking about it. We can use `isError: true`, to get the error snack bar.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2439
No description provided.