Skip to content

Commit

Permalink
feat: hide Solana
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 14, 2024
1 parent 033a37f commit 242494c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/apis/subscriptions/services.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const client = createClient(createConfig());

/**
* Get User Subscriptions
* Get all the subscriptions of a user
*/
export const getUserSubscriptionsSubscriptionsGet = <ThrowOnError extends boolean = false>(options: Options<GetUserSubscriptionsSubscriptionsGetData, ThrowOnError>) => {
return (options?.client ?? client).get<GetUserSubscriptionsSubscriptionsGetResponse, GetUserSubscriptionsSubscriptionsGetError, ThrowOnError>({
Expand Down
1 change: 1 addition & 0 deletions src/components/AccountButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<span>{{ connector.name }}</span>
</q-btn>
<q-btn
v-if="false"
key="solana"
class="row tw-mx-auto"
no-caps
Expand Down
10 changes: 5 additions & 5 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ const sidebarItems = [
icon: 'svguse:icons.svg#agents',
title: 'Agents (private beta)',
},
{
link: '/subscriptions',
icon: 'svguse:icons.svg#subscription-star',
title: 'Subscriptions',
},
// {
// link: '/subscriptions',
// icon: 'svguse:icons.svg#subscription-star',
// title: 'Subscriptions',
// },
{
link: '/knowledge-base',
icon: 'svguse:icons.svg#book',
Expand Down

0 comments on commit 242494c

Please sign in to comment.