From 46a34141ccac7c20172a5ae36a98d9e47aa4ce06 Mon Sep 17 00:00:00 2001 From: Sawit Trisirisatayawong Date: Wed, 29 Mar 2023 14:56:00 +0700 Subject: [PATCH 1/2] fix(components): fix admin address type text render --- src/lib/pages/contract-details/components/InstantiateInfo.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/pages/contract-details/components/InstantiateInfo.tsx b/src/lib/pages/contract-details/components/InstantiateInfo.tsx index 9fac13caa..42ab9f896 100644 --- a/src/lib/pages/contract-details/components/InstantiateInfo.tsx +++ b/src/lib/pages/contract-details/components/InstantiateInfo.tsx @@ -144,7 +144,9 @@ export const InstantiateInfo = ({ {instantiateInfo.admin ? ( Date: Wed, 29 Mar 2023 15:02:09 +0700 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecebc2aac..bb74f483c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug fixes +- [#258](https://github.com/alleslabs/celatone-frontend/pull/258) Fix address type render for contract admin address - [#253](https://github.com/alleslabs/celatone-frontend/pull/253) Fix public code logo shown when switching from mainnet to testnet - [#248](https://github.com/alleslabs/celatone-frontend/pull/248) Fix table padding bottom for editable cells - [#241](https://github.com/alleslabs/celatone-frontend/pull/241) Fix NAToken size