mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 23:27:55 +02:00
UI: 'Disable Text Effects' setting applies to "corrupted text" (#944)
This commit is contained in:
@@ -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>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user