Skip to content

Commit

Permalink
fix: disable profile [web-nym] (#1313)
Browse files Browse the repository at this point in the history
## Description

Closes: #XXXX

Disable profiles to fix the account page loading issue

<!-- Add a description of the changes that this PR introduces and the
files that
are the most critical to review. -->

---

### Author Checklist

_All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow up issues._

I have...

- [x] ran linting via `yarn lint`
- [x] wrote tests where necessary
- [x] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [x] targeted the correct branch
- [x] provided a link to the relevant issue or specification
- [x] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed
- [x] added a changeset via [`yarn && yarn
changeset`](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)
  • Loading branch information
MonikaCat authored Nov 28, 2023
1 parent c6ec239 commit 13e3ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mean-guests-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'web-nym': patch
---

disable profile
2 changes: 1 addition & 1 deletion apps/web-nym/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "NYM Block Explorer",
"extra": {
"votingPowerExponent": 6,
"profile": true,
"profile": false,
"graphqlWs": false
},
"previewImage": "https://s3.bigdipper.live/nym.png",
Expand Down

1 comment on commit 13e3ff8

@vercel
Copy link

@vercel vercel bot commented on 13e3ff8 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cosmos – ./

cosmos-git-main-bigdipper.vercel.app
bigdipper.vercel.app
cosmos-bigdipper.vercel.app

Please sign in to comment.