Remove unused code block
This commit is contained in:
@@ -132,8 +132,6 @@ function BookmarksInner() {
|
|||||||
|
|
||||||
if (bookmarks.length > 0) {
|
if (bookmarks.length > 0) {
|
||||||
for (const bookmark of bookmarks) {
|
for (const bookmark of bookmarks) {
|
||||||
if (AppBskyFeedDefs.isBlockedPost(bookmark.item)) {
|
|
||||||
}
|
|
||||||
if (AppBskyFeedDefs.isNotFoundPost(bookmark.item)) {
|
if (AppBskyFeedDefs.isNotFoundPost(bookmark.item)) {
|
||||||
i.push({
|
i.push({
|
||||||
type: 'bookmarkNotFound',
|
type: 'bookmarkNotFound',
|
||||||
|
|||||||
Reference in New Issue
Block a user