Skip to content

Commit

Permalink
rename: NetworkCatcher -> NetworkStateCatcher로 직관적인 이름으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pakxe committed Sep 16, 2024
1 parent 784ce4d commit 4bdf1ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {useEffect} from 'react';

import {useToast} from '@hooks/useToast/useToast';

const NetworkCatcher = () => {
const NetworkStateCatcher = () => {
const {showToast, closeToast} = useToast();

const handleNetworkOnline = () => {
Expand Down Expand Up @@ -39,4 +39,4 @@ const NetworkCatcher = () => {
return null;
};

export default NetworkCatcher;
export default NetworkStateCatcher;

0 comments on commit 4bdf1ca

Please sign in to comment.