feat: implement scan terminal dashboard with filtering, opportunity table, and detail panel components
This commit is contained in:
@@ -193,7 +193,7 @@ function ScoreRing({ score }: { score?: number | null }) {
|
||||
);
|
||||
}
|
||||
|
||||
export function OpportunityTable({
|
||||
export const OpportunityTable = React.memo(function OpportunityTable({
|
||||
rows,
|
||||
selectedRowId,
|
||||
onSelectRow,
|
||||
@@ -308,4 +308,4 @@ export function OpportunityTable({
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user