Skip to content

Commit

Permalink
remove components
Browse files Browse the repository at this point in the history
  • Loading branch information
Namaskar-1F64F committed Dec 24, 2023
1 parent bb3a61d commit 6b8fcde
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/actions/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,12 +714,6 @@ export const GGAVAX_DEPOSIT_DISPLAY_TEMPLATE = (
)})`;
const spacer = "β€…".repeat(99 - title.length);
return {
components: [
new ActionRowBuilder<ButtonBuilder>().addComponents(
liquidStakerComponent(transactionEvent.from),
transactionComponent(transactionEvent.hash)
),
],
embeds: [
new EmbedBuilder()
.setDescription(
Expand Down Expand Up @@ -782,12 +776,6 @@ export const GGAVAX_WITHDRAW_DISPLAY_TEMPLATE = (
)})`;
const spacer = "β€…".repeat(97 - title.length);
return {
components: [
new ActionRowBuilder<ButtonBuilder>().addComponents(
liquidStakerComponent(transactionEvent.from),
transactionComponent(transactionEvent.hash)
),
],
embeds: [
new EmbedBuilder()
.setDescription(
Expand Down

0 comments on commit 6b8fcde

Please sign in to comment.