Skip to content

Commit

Permalink
Merge pull request #439 from MirrorShih/FixRecentComment
Browse files Browse the repository at this point in the history
Fix Recent Comment Always Show
  • Loading branch information
bennyxguo authored May 25, 2024
2 parents 2a2dbef + 9865174 commit f876235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/src/RecentComment.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="!!enabledCommentPlugin" class="sidebar-box">
<div v-if="!!enabledCommentPlugin.recentComment" class="sidebar-box">
<SubTitle :title="'titles.recent_comment'" icon="quote" />
<ul>
<template v-if="isLoading === false">
Expand Down

0 comments on commit f876235

Please sign in to comment.