Skip to content

Commit c7b7b71

Browse files
committed
cleanup
Signed-off-by: Innei <[email protected]>
1 parent f8dc0aa commit c7b7b71

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

apps/desktop/layer/renderer/src/modules/entry-column/layouts/EntryItemWrapper.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,7 @@ export const EntryItemWrapper: FC<
8888
e.stopPropagation()
8989

9090
const shouldNavigate = getRouteParams().entryId !== entry?.id
91-
// console.info(
92-
// "handleClick",
93-
// e,
94-
// getRouteParams().entryId,
95-
// entry?.id,
96-
// shouldNavigate,
97-
// entry?.feedId,
98-
// )
91+
9992
if (!shouldNavigate) return
10093
if (!entry?.feedId) return
10194
if (!asRead) {

0 commit comments

Comments
 (0)