Skip to content

Commit

Permalink
more dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amilich committed Dec 2, 2023
1 parent 16f5323 commit 1db8d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function AliasProfileModal({
const dataForThisAlias = aliasData?.fullAliasInfo?.find((aliasInfo) => aliasInfo?.emailAlias === alias);
// Current, unedited alias display name and display picture data
const { displayName: currDisplayName, displayPictureData: currDisplayPictureData } = dataForThisAlias || {};
// For recording Mixpanel events
// For recording events
const [storeWorkspaceEvent] = useStoreWorkspaceEventMutation();

// We prioritize edited values over current values
Expand Down
3 changes: 1 addition & 2 deletions libs/skiff-utils/src/discoveryToast.constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Various types of toasts used to introduce new features.
* This is used to track the type of toast CTA clicks + impressions
* in Mixpanel.
* This is used to track the type of toast CTA clicks + impressions.
*/
export enum DiscoveryToastType {
FreeCustomDomain = 'freeCustomDomain',
Expand Down

0 comments on commit 1db8d52

Please sign in to comment.