Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoBeeAkto committed Jan 1, 2025
1 parent ea1f09c commit e658126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const WelcomeBackDetailsModal = ({ isAdmin }) => {
}

if (window.mixpanel) {
mixpanelUserProps = {
const mixpanelUserProps = {
"name": username,
"company": organization,
"$name": username,
Expand Down

0 comments on commit e658126

Please sign in to comment.