fix: remove unnecessary key prop causing lag on tab switching in Explore

This commit is contained in:
Gigi
2025-10-22 11:09:05 +02:00
parent 0be6aa81ce
commit f3e44edd51

View File

@@ -656,7 +656,7 @@ const Explore: React.FC<ExploreProps> = ({ relayPool, eventStore, settings, acti
</div>
</div>
<div key={activeTab}>
<div>
{renderTabContent()}
</div>
</div>