There was an error while loading. Please reload this page.
1 parent 924c0c6 commit 1b7915bCopy full SHA for 1b7915b
1 file changed
packages/ondevice-backgrounds/src/BackgroundPanel.tsx
@@ -79,7 +79,7 @@ const BackgroundPanel = ({ active, api, channel }: BackgroundPanelProps) => {
79
};
80
return (
81
<View style={{ padding: 10 }}>
82
- {backgrounds ? (
+ {backgrounds?.values ? (
83
backgrounds.values.map(({ value, name }) => (
84
<View key={`${name} ${value}`}>
85
<Swatch value={value} name={name} setBackground={setBackgroundFromSwatch} />
0 commit comments