Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed May 24, 2024
1 parent 3974674 commit 519dbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/components/feed-column/category.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function FeedCategory({
}
}, [expansion])

const setCatrgoryActive = () => {
const setCategoryActive = () => {
view !== undefined &&
setActivedList?.({
level: levels.folder,
Expand All @@ -84,7 +84,7 @@ export function FeedCategory({
)}
onClick={(e) => {
e.stopPropagation()
setCatrgoryActive()
setCategoryActive()
}}
onContextMenu={(e) => {
showNativeMenu(
Expand Down

0 comments on commit 519dbef

Please sign in to comment.