mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
div in usagestats
This commit is contained in:
parent
595cf6bf46
commit
4bc8c73d66
@ -46,6 +46,7 @@ const UsageStats: React.FC<{ onClose: () => void }> = ({ onClose }) => {
|
||||
</select>
|
||||
<p>Number of events: {signInCount}</p>
|
||||
<button onClick={handleDrillDown}>Drill-down</button>
|
||||
<div>
|
||||
{showDrillDown && (
|
||||
|
||||
|
||||
@ -73,6 +74,7 @@ const UsageStats: React.FC<{ onClose: () => void }> = ({ onClose }) => {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user