Skip to content

Commit

Permalink
refactor(*): removed uintentional commited code
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed May 23, 2024
1 parent 4d9660b commit 842ac68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
49 changes: 0 additions & 49 deletions apps/backoffice-v2/src/pages/Entities/Entities.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { Case } from '../Entity/components/Case/Case';
import { Cases } from './components/Cases/Cases';
import { useEntities } from './hooks/useEntities/useEntities';
import { NoCases } from '@/pages/Entities/components/NoCases/NoCases';
import { OngoingMonitoringRiskSheet } from '@/pages/BusinessesAlertsAnalysis/components/OngoingMonitoringRiskSheet';

export const Entities: FunctionComponent = () => {
const {
Expand All @@ -28,54 +27,6 @@ export const Entities: FunctionComponent = () => {
isManualCaseCreationEnabled,
} = useEntities();

return (
<OngoingMonitoringRiskSheet
businessReports={[
{
createdAt: '2021-10-01T00:00:00.000Z',
report: {
reportFileId: '1',
reportId: '1',
},
riskScore: 1,
},
{
createdAt: '2021-10-02T00:00:00.000Z',
report: {
reportFileId: '2',
reportId: '2',
},
riskScore: 2,
},
{
createdAt: '2021-10-03T00:00:00.000Z',
report: {
reportFileId: '3',
reportId: '3',
},
riskScore: 3,
},
{
createdAt: '2021-10-04T00:00:00.000Z',
report: {
reportFileId: '4',
reportId: '4',
},
riskScore: 4,
},
{
createdAt: '2021-10-05T00:00:00.000Z',
report: {
reportFileId: '5',
reportId: '5',
},
riskScore: 5,
},
]}
onOpenStateChange={() => {}}
/>
);

return (
<>
<Cases
Expand Down
1 change: 0 additions & 1 deletion services/workflows-service/prisma/data-migrations
Submodule data-migrations deleted from 59b3de

0 comments on commit 842ac68

Please sign in to comment.