diff --git a/CHANGELOG.md b/CHANGELOG.md index abb3c8dd0..9031e997d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug fixes +- [#732](https://github.com/alleslabs/celatone-frontend/pull/732) Fix custom tab incorrect variant and recent modules text - [#722](https://github.com/alleslabs/celatone-frontend/pull/722) Fix flicker query page ## v1.4.1 diff --git a/src/lib/components/CustomTab.tsx b/src/lib/components/CustomTab.tsx index 3c7666d87..bd3584093 100644 --- a/src/lib/components/CustomTab.tsx +++ b/src/lib/components/CustomTab.tsx @@ -17,6 +17,7 @@ interface CustomTabProps extends TabProps { export const CustomTab = ({ count, isLoading, + isDisabled, ...restProps }: CustomTabProps) => { const tabProps = useTab({ ...restProps }); @@ -43,6 +44,7 @@ export const CustomTab = ({ color: "gray.500", }, }} + isDisabled={isDisabled} _active={{ bg: "unset", }} diff --git a/src/lib/pages/modules/components/RecentModulesTable.tsx b/src/lib/pages/modules/components/RecentModulesTable.tsx index 8578750c9..f56e77298 100644 --- a/src/lib/pages/modules/components/RecentModulesTable.tsx +++ b/src/lib/pages/modules/components/RecentModulesTable.tsx @@ -31,7 +31,7 @@ export const RecentModulesTable = () => { isLoading={isLoading} emptyState={ error ? ( - + ) : ( { return ( - Recent Modules + Modules These modules are the most recently published on this network