near / near-discovery-components

This is a repository that holds the source code of all NEAR discovery components that the team maintains for near.org.
https://near.org
MIT License
14 stars 12 forks source link

fix: display accountId when profile don't exist #838

Closed gagdiez closed 2 months ago

gagdiez commented 2 months ago

Currently, if the user has not created a profile, the menu will display "Trigger" since that is the default text displayed by DIG.DropdownMenu

This PR fixes it by displaying the AccountId if no profile exist

gagdiez commented 2 months ago

added this change to #836