diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cf109e3..460ac6a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug fixes +- [#986](https://github.com/alleslabs/celatone-frontend/pull/986) Fix bugbash lite version (creator, sorting name in validator) - [#985](https://github.com/alleslabs/celatone-frontend/pull/985) Fix proposal details lite version bugs - [#987](https://github.com/alleslabs/celatone-frontend/pull/987) Fix bug bash (query redirection, module button color, modal open/close, migration contract radio button, txs count in account detail) - [#989](https://github.com/alleslabs/celatone-frontend/pull/989) Change tomcat endpoints diff --git a/src/lib/pages/module-details/components/ModuleTop.tsx b/src/lib/pages/module-details/components/ModuleTop.tsx index dc57723a3..931e93275 100644 --- a/src/lib/pages/module-details/components/ModuleTop.tsx +++ b/src/lib/pages/module-details/components/ModuleTop.tsx @@ -8,7 +8,6 @@ import { useCurrentChain, useInternalNavigate, useMobile, - useTierConfig, } from "lib/app-provider"; import { Breadcrumb } from "lib/components/Breadcrumb"; import { CopyButton } from "lib/components/copy"; @@ -36,7 +35,6 @@ export const ModuleTop = ({ moduleData, isVerified }: ModuleTopProps) => { const isMobile = useMobile(); const navigate = useInternalNavigate(); const { address } = useCurrentChain(); - const isFullTier = useTierConfig() === "full"; const { convertHexWalletAddress, convertHexModuleAddress } = useConvertHexAddress(); @@ -226,25 +224,23 @@ export const ModuleTop = ({ moduleData, isVerified }: ModuleTopProps) => { type="module_path" /> - {isFullTier && ( - - - Creator: - - - - )} + + + Creator: + + + b.moniker