소스정리
parent
64e4b07953
commit
76ce7a9a36
|
|
@ -1,4 +1,4 @@
|
|||
import React, {useState, useEffect, useCallback, useRef, PureComponent} from 'react';
|
||||
import React, {useState, useEffect, useCallback} from 'react';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
|
||||
import {LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
||||
|
|
@ -145,6 +145,7 @@ function FileConnections(props) {
|
|||
}
|
||||
);
|
||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
},[listTag]);
|
||||
|
||||
const CustomTooltip = ({ active, payload, label }) => {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import React, {useState, useEffect, useCallback, useRef, PureComponent} from 'react';
|
||||
import React, {useState, useEffect, useCallback} from 'react';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
import {BarChart, Bar, Rectangle, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
||||
|
||||
|
|
@ -85,6 +85,7 @@ function MenuConnections(props) {
|
|||
}
|
||||
);
|
||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
},[listTag]);
|
||||
|
||||
const CustomTooltip = ({ active, payload, label }) => {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import React, { useState, useEffect, useCallback, useRef } from 'react';
|
||||
import React, { useState, useEffect, useCallback } from 'react';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
|
||||
import * as EgovNet from 'api/egovFetch';
|
||||
|
|
@ -77,6 +77,7 @@ function PrivacyConnections(props) {
|
|||
}
|
||||
);
|
||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
},[listTag]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import React, {useState, useEffect, useCallback, useRef, PureComponent} from 'react';
|
||||
import React, {useState, useEffect, useCallback} from 'react';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
import {BarChart, Bar, Rectangle, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
||||
|
||||
|
|
@ -84,6 +84,7 @@ function UserConnections(props) {
|
|||
}
|
||||
);
|
||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
},[listTag]);
|
||||
|
||||
const CustomTooltip = ({ active, payload, label }) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue