Skip to content

Commit 4a7b9be

Browse files
Format with Prettier for consistency.
1 parent 6b2279f commit 4a7b9be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/select.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ const List = (props: ListProps) => {
256256
<For
257257
each={props.options}
258258
fallback={
259-
<div class="solid-select-list-placeholder">{props.emptyPlaceholder}</div>
259+
<div class="solid-select-list-placeholder">
260+
{props.emptyPlaceholder}
261+
</div>
260262
}
261263
>
262264
{props.children}

0 commit comments

Comments
 (0)