Skip to content

Commit 9e51913

Browse files
committed
fix: subscription edit button
1 parent 282bac0 commit 9e51913

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/subscriptions/DetailSubscription.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,10 @@ export const DetailSubscription: React.FC<
302302
</CardContent>
303303
</Card>
304304
</div>
305-
</div>
305+
306306
{children}
307+
308+
</div>
307309
</>
308310
)
309311
}

0 commit comments

Comments
 (0)