diff --git a/chrom-ext/content.js b/chrom-ext/content.js index 7838b87..0f32c8b 100644 --- a/chrom-ext/content.js +++ b/chrom-ext/content.js @@ -60,7 +60,7 @@ return [...TONE_BASE]; } function getAngles(tone) { - return tone === 'EMPATHETIC' ? [...ANGLE_EMPATHY] : [...ANGLE_DEFAULT]; + return tone === 'EMPATHETIC' ? [...ANGLE_DEFAULT,...ANGLE_EMPATHY] : [...ANGLE_DEFAULT]; } // ===== A. CAPTURE TWEET =====