🔧 Some spacing tweaks

This commit is contained in:
Rishi Ghan
2022-05-12 14:21:23 -07:00
parent a64a8b5410
commit 2b74aaa8f5

View File

@@ -7,7 +7,7 @@ export const TabControls = (props): ReactElement => {
console.log(filteredTabIds);
useEffect(() => {
setActive(filteredTabIds[0]);
}, [filteredTabIds])
}, [filteredTabIds]);
return (
<>
<div className="tabs">