UI: 'Disable Text Effects' setting applies to "corrupted text" (#944)

This commit is contained in:
draughtnyan
2023-12-27 02:30:08 -06:00
committed by GitHub
parent e7b68676f5
commit ccf0aa4771
7 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export function AchievementList({ achievements, playerAchievements }: IProps): J
<Typography color="secondary" sx={{ mt: 1 }}>
{secret.map((item) => (
<span key={`secret_${item.achievement.ID}`}>
<CorruptableText content={item.achievement.ID}></CorruptableText>
<CorruptableText content={item.achievement.ID} spoiler={true}></CorruptableText>
<br />
</span>
))}