mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
div
This commit is contained in:
parent
45ec58b8ea
commit
68706346b3
@ -46,12 +46,9 @@ const UsageStats: React.FC<{ onClose: () => void }> = ({ onClose }) => {
|
||||
</select>
|
||||
<p>Number of events: {signInCount}</p>
|
||||
<button onClick={handleDrillDown}>Drill-down</button>
|
||||
{/* Wrap the conditional block and the button with a div or fragment */}
|
||||
<div>
|
||||
{showDrillDown && (
|
||||
|
||||
|
||||
{/* ... other UI elements ... */}
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -76,6 +73,7 @@ const UsageStats: React.FC<{ onClose: () => void }> = ({ onClose }) => {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
export default UsageStats;
|
Loading…
Reference in New Issue
Block a user