Skip to content

Commit

Permalink
Remove file extension name property
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Dec 17, 2024
1 parent eba4892 commit d16a2a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/plugins/protect/src/js/routes/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const HomePage = () => {
checked: !! status.lastChecked,
threats: status.files,
type: 'files',
name: __( 'Files', 'jetpack-protect' ),
},
]
: [] ),
Expand Down

0 comments on commit d16a2a6

Please sign in to comment.