Skip to content

Commit

Permalink
fix: loader display for joyID & STS viewers
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Nov 9, 2023
1 parent 53ec478 commit cd1c271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class TokenViewer {
bubbles: true,
}) hideLoader: EventEmitter<void>;

async componentWillLoad(){
async componentDidLoad(){

try {
const query = new URLSearchParams(document.location.search.substring(1));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class SmartTokenStoreViewer {
bubbles: true,
}) hideLoader: EventEmitter<void>;

async componentWillLoad(){
async componentDidLoad(){

try {
const query = new URLSearchParams(document.location.search.substring(1));
Expand Down

0 comments on commit cd1c271

Please sign in to comment.