mirror of
https://github.com/dergigi/boris.git
synced 2026-02-18 13:34:38 +01:00
fix: remove unnecessary key prop causing lag on tab switching in Explore
This commit is contained in:
@@ -656,7 +656,7 @@ const Explore: React.FC<ExploreProps> = ({ relayPool, eventStore, settings, acti
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div key={activeTab}>
|
||||
<div>
|
||||
{renderTabContent()}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user