Skip to content

Commit 1af657b

Browse files
TinyKittenclaude
andauthored
CommonCardアコーディオン閉じる時にラインバーが即座に消える問題を修正 (#5555)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3a4a801 commit 1af657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CommonCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export const CommonCard: React.FC<Props> = ({
311311
: undefined
312312
}
313313
>
314-
{hasAccordion && expanded && (
314+
{hasAccordion && (
315315
<View
316316
style={[
317317
styles.fullHeightColorBar,

0 commit comments

Comments
 (0)