Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Jan 2, 2025
1 parent f16f22d commit fc3cef0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const WelcomeBackDetailsModal = ({ isAdmin }) => {
}

if (window.mixpanel) {
mixpanelUserProps = {
let mixpanelUserProps = {
"name": username,
"company": organization,
"$name": username,
Expand Down Expand Up @@ -139,4 +139,4 @@ const WelcomeBackDetailsModal = ({ isAdmin }) => {
)
}

export default WelcomeBackDetailsModal
export default WelcomeBackDetailsModal

0 comments on commit fc3cef0

Please sign in to comment.