Skip to content

Commit

Permalink
Update SearchResultsList component name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCompleteYT authored Feb 20, 2023
1 parent 8ed3607 commit 717d05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResultsList.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./SearchResultsList.css";
import { SearchResult } from "./SearchResult";

export const ResultsList = ({ results }) => {
export const SearchResultsList = ({ results }) => {
return (
<div className="results-list">
{results.map((result, id) => {
Expand Down

0 comments on commit 717d05e

Please sign in to comment.