mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 04:24:02 +00:00
fix(miniapp): remove balance debug text
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { For, Show } from 'solid-js'
|
||||
import { Show } from 'solid-js'
|
||||
|
||||
import { cn } from '../../lib/cn'
|
||||
import { majorStringToMinor, sumMajorStrings } from '../../lib/money'
|
||||
@@ -145,14 +145,6 @@ export function MemberBalanceCard(props: Props) {
|
||||
</div>
|
||||
</section>
|
||||
</Show>
|
||||
|
||||
<Show when={props.detail && props.member.explanations.length > 0}>
|
||||
<div class="balance-spotlight__meta">
|
||||
<For each={props.member.explanations}>
|
||||
{(explanation) => <MiniChip muted>{explanation}</MiniChip>}
|
||||
</For>
|
||||
</div>
|
||||
</Show>
|
||||
</article>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user