Skip to content

Commit

Permalink
Rename to AddedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Nov 29, 2021
1 parent 315d94f commit fdde4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/list/table.js
Expand Up @@ -14,7 +14,7 @@ import { addQueryArgs } from '@wordpress/url';
* Internal dependencies
*/
import Actions from './actions';
import TemplateAddedBy from './added-by';
import AddedBy from './added-by';

export default function Table( { templateType } ) {
const { templates, isLoading, postType } = useSelect(
Expand Down Expand Up @@ -105,7 +105,7 @@ export default function Table( { templateType } ) {
</td>

<td className="edit-site-list-table-column" role="cell">
<TemplateAddedBy
<AddedBy
templateType={ templateType }
template={ template }
/>
Expand Down

0 comments on commit fdde4c8

Please sign in to comment.