don't need it

This commit is contained in:
Adam 2023-04-25 11:04:32 -04:00
parent 6e8d48a56d
commit b98d6d6feb

View file

@ -30,13 +30,6 @@ export default function AccordionTest() {
<Show when={stations()}>
<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>}>
<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>