Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Apr 17, 2024
1 parent c47a9cc commit 7c0a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/components/linkTracking/LinkTrackingBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ interface FormData {
campaign: string;
content: string;
term: string;
sourceAndMedium: string;
sourceAndMedium: string; // This is the source and medium separated by a double underscore
}

export const LinkTrackingBuilder: React.FC = () => {
Expand Down

0 comments on commit 7c0a42a

Please sign in to comment.