Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thekingofcity committed Jan 1, 2025
1 parent 90e9171 commit d9fe30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/resolve-conflict-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '@chakra-ui/react';
import React from 'react';
import { useTranslation } from 'react-i18next';
import { MdCloudCircle, MdComputer } from "react-icons/md";
import { MdCloudCircle, MdComputer } from 'react-icons/md';
import { useRootDispatch, useRootSelector } from '../../redux';
import { fetchSaveList, logout, setToken, syncAfterLogin } from '../../redux/account/account-slice';
import { clearResolveConflictModal, setLastChangedAtTimeStamp } from '../../redux/save/save-slice';
Expand Down

0 comments on commit d9fe30e

Please sign in to comment.