don't need it
This commit is contained in:
parent
6e8d48a56d
commit
b98d6d6feb
1 changed files with 0 additions and 7 deletions
|
@ -30,13 +30,6 @@ export default function AccordionTest() {
|
||||||
<Show when={stations()}>
|
<Show when={stations()}>
|
||||||
<h1>Find Stations</h1>
|
<h1>Find Stations</h1>
|
||||||
|
|
||||||
<button onClick={() => (setStationsRequest({
|
|
||||||
Latitude: 42.36,
|
|
||||||
Longitude: -71.05625,
|
|
||||||
Distance: 100,
|
|
||||||
CountLimit: 100,
|
|
||||||
}))}>test</button>
|
|
||||||
|
|
||||||
<ErrorBoundary fallback={<p>pretty list broke</p>}>
|
<ErrorBoundary fallback={<p>pretty list broke</p>}>
|
||||||
<div class="w-full max-w-md p-2 mx-auto bg-black/90 rounded-2xl shadow-2xl max-h-screen overflow-scroll">
|
<div class="w-full max-w-md p-2 mx-auto bg-black/90 rounded-2xl shadow-2xl max-h-screen overflow-scroll">
|
||||||
<Accordion class="space-y-2" defaultValue={stations()[0]} toggleable>
|
<Accordion class="space-y-2" defaultValue={stations()[0]} toggleable>
|
||||||
|
|
Loading…
Add table
Reference in a new issue