Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hyoo-ru/mam_mol
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Sep 22, 2023
2 parents cb4db67 + 14b3cd0 commit ce9d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link/iconed/iconed.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace $.$$ {
title() {
const uri = this.uri()
const host = this.host()
const suffix = ( host ? uri.split( this.host() , 2 )[1] : uri ).replace( /^[\/\?#!]+/, '' )
const suffix = ( host ? uri.split( this.host() , 2 )[1] : uri )?.replace( /^[\/\?#!]+/, '' )
return decodeURIComponent( suffix || host ).replace( /^\//, ' ' )
}

Expand Down

0 comments on commit ce9d6c2

Please sign in to comment.