Skip to content

Commit

Permalink
Remove non existent view.layout
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jan 22, 2025
1 parent c83a7ba commit 9ffb66d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/reader/recent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ const Recent = ( { viewToggle }: RecentProps ) => {
setView( {
type: newView.type,
fields: [],
layout: view.layout,
perPage: newView.perPage,
page: newView.page,
search: newView.search,
Expand Down

0 comments on commit 9ffb66d

Please sign in to comment.