mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 08:48:05 -06:00
we ball
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
import ComparisonPanel from "./ComparisonPanel";
|
||||
|
||||
const AnalyticsPanel = (props) => {
|
||||
if (props.selectedTeams.length > 0) return <ComparisonPanel selectedTeams={props.selectedTeams} />;
|
||||
return <div />;
|
||||
};
|
||||
|
||||
export default AnalyticsPanel;
|
||||
Reference in New Issue
Block a user