This commit is contained in:
beckerinj
2023-03-27 12:41:59 -04:00
parent 699fc51cf7
commit 77e568d5c3

View File

@@ -77,8 +77,7 @@ const Updates: Component<{}> = (p) => {
</For>
<Show when={!updates.noMore()}>
<button
class="grey"
style={{ width: "100%" }}
class="grey full-width"
onClick={() =>
operation()
? updates.loadMore([operation()!])