fix merge conflict

This commit is contained in:
Alex Holliday
2025-03-19 12:19:44 -07:00
parent c940b25252
commit f1a22133ef

View File

@@ -17,12 +17,8 @@ const ResponseTable = ({
rowsPerPage,
setRowsPerPage,
}) => {
<<<<<<< Updated upstream
const { t } = useTranslation();
if (!shouldRender) {
=======
if (isLoading) {
>>>>>>> Stashed changes
return <SkeletonLayout />;
}