Skip to content

Commit

Permalink
fix(styles): pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk-sa committed Apr 22, 2024
1 parent ca636a8 commit b6f9d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/device-page/ScenePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function ScenePicker(props: ScenePickerProps): JSX.Element {
</option>
{scenes.map((scene) => (
<option key={`${scene.id}-${scene.endpoint}`} value={`${scene.id}-${scene.endpoint}`}>
{scene.id}: {scene.name}
{scene.id}: {scene.name}
</option>
))}
</select>
Expand Down

0 comments on commit b6f9d8f

Please sign in to comment.