mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-26 06:05:34 +01:00
fix(custom buttons): more null checking
This commit is contained in:
parent
fbd47164d1
commit
652ede79f0
@ -84,7 +84,7 @@ function Home(props) {
|
||||
displayName={texts[i]?.trim()}
|
||||
styles={{
|
||||
backgroundColor: buttonColors[i]?.trim(),
|
||||
color: textColors[i].trim(),
|
||||
color: textColors[i]?.trim(),
|
||||
}}
|
||||
alt={altTexts[i]?.trim()}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user