Skip to content

Commit

Permalink
perf: code about sheet refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemini2035 committed Jul 27, 2024
1 parent 847c116 commit 6b194c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ const SheetOperatorEditorForm: FC<SheetOperatorEditorFormProp> = ({
}
})

console.log(newOpers)
submitGroupInSheet({
...existedGroups.find(({ name: existedName }) => existedName === name)!,
opers: newOpers,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const useOperatorFiltered = (
paginationFilter,
rarityFilterResult,
)
// console.log(filterResult)

return {
// return data after being paginated
data: filterResult,
Expand Down

0 comments on commit 6b194c8

Please sign in to comment.