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