Skip to content

Commit

Permalink
fix: wrong rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Jun 6, 2024
1 parent 3fd7e27 commit 02b0fad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/services/analytics/events/swaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export const SWAP_EVENTS = {
},
}

export const SWAP_LABELS = {
dashboard: 'dashboard',
sidebar: 'sidebar',
asset: 'asset',
dashboard_assets: 'dashboard_assets',
promoWidget: 'promoWidget',
export enum SWAP_LABELS {
dashboard = 'dashboard',
sidebar = 'sidebar',
asset = 'asset',
dashboard_assets = 'dashboard_assets',
promoWidget = 'promoWidget',
}

0 comments on commit 02b0fad

Please sign in to comment.