From 6cf2e54f9aadfb17d4ab78a54096ce77d0457cae Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 8 Feb 2019 09:59:42 +0000 Subject: [PATCH] Fix double-santa --- src/crypto/verification/SAS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/verification/SAS.js b/src/crypto/verification/SAS.js index 670823fbd..6559c55d3 100644 --- a/src/crypto/verification/SAS.js +++ b/src/crypto/verification/SAS.js @@ -98,7 +98,7 @@ const emojiMapping = [ ["👓", "glasses"], // 33 ["🔧", "wrench"], // 34 ["🎅", "santa"], // 35 - ["🎅", "thumbs up"], // 36 + ["👍", "thumbs up"], // 36 ["☂", "umbrella"], // 37 ["⌛", "hourglass"], // 38 ["⏰", "clock"], // 39