Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint fix
  • Loading branch information
jorgefilipecosta committed Jul 17, 2024
commit 3730854605ae0dcf3682f3ff767ce892edd42411
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { useLocation, useHistory } = unlock( routerPrivateApis );

/**
* Hook to switch to table layout when switching to the trash view.
* When going out of the trash view, it switches back to the previous layout if
* When going out of the trash view, it switches back to the previous layout if
* there was an automatic switch to table layout.
*/
function useSwitchToTableOnTrash() {
Expand Down