Skip to content

Commit

Permalink
Merge pull request #139 from Arquisoft/dev
Browse files Browse the repository at this point in the history
Arreglo e2e test
  • Loading branch information
uo285427 authored Mar 14, 2024
2 parents 3472a7e + 2fcdf1e commit 0a5d3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/RecordList.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const RecordList = ({ username }) => {
};

fetchRecords();
}, [apiEndpoint]);
}, [apiEndpoint, username]);

return (
<div>
Expand Down

0 comments on commit 0a5d3df

Please sign in to comment.