(
section: 'members' | 'repositories' | 'creditBalance',
)
| 125 | */ |
| 126 | |
| 127 | const handleSectionToggle = ( |
| 128 | section: 'members' | 'repositories' | 'creditBalance', |
| 129 | ) => { |
| 130 | setActiveSection(activeSection === section ? null : section) |
| 131 | } |
| 132 | |
| 133 | if (status === 'loading' || isLoading) { |
| 134 | return ( |