mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
Removing strict typo
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
tested directly and reused by the UI and acceptance adapters.
|
||||
*/
|
||||
|
||||
'use strict'
|
||||
|
||||
// Strip trailing punctuation that is never part of a link.
|
||||
const TRAILING_PUNCTUATION_RE = /[.,;:!?)\]]+$/
|
||||
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
address becomes available.
|
||||
*/
|
||||
|
||||
'use strict'
|
||||
|
||||
function getViewerAddress (appData) {
|
||||
return appData?.bchWalletState?.cashAddress ||
|
||||
appData?.wallet?.walletInfo?.cashAddress ||
|
||||
|
||||
Reference in New Issue
Block a user