Skip to content

Commit

Permalink
remove ":"
Browse files Browse the repository at this point in the history
  • Loading branch information
bastipnt committed Dec 10, 2024
1 parent 957e1b6 commit 48f1ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/utils/Fingerprinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class Fingerprinter {

return [
{
name: "Your Visitor-ID:",
name: "Your Visitor-ID",
value: this.fingerprint.fingerprintJS.visitorId,
},
...fingerprintArr,
Expand Down

0 comments on commit 48f1ebf

Please sign in to comment.