Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3197 | Rev 3274 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3197 Rev 3198
Línea -... Línea 1...
-
 
1
/* eslint-disable react/prop-types */
1
import React from 'react';
2
import React from 'react';
2
import { useState } from 'react';
3
import { useState } from 'react';
3
import { useLayoutEffect } from 'react';
4
import { useLayoutEffect } from 'react';
4
import { useDispatch } from 'react-redux';
5
import { useDispatch } from 'react-redux';
5
import ProfileInfo from '../dashboard/components/home-section/ProfileInfo';
6
import ProfileInfo from '../dashboard/components/home-section/ProfileInfo';
Línea 35... Línea 36...
35
      })
36
      })
36
  }
37
  }
Línea 37... Línea 38...
37
 
38
 
38
  useLayoutEffect(() => {
39
  useLayoutEffect(() => {
-
 
40
    handleNotifications();
39
    handleNotifications();
41
    markReadNotifications()
Línea 40... Línea 42...
40
  }, []);
42
  }, []);
41
 
43
 
42
  return (
44
  return (