mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-24 10:39:40 -06:00
fix merge conflict
This commit is contained in:
@@ -17,12 +17,8 @@ const ResponseTable = ({
|
||||
rowsPerPage,
|
||||
setRowsPerPage,
|
||||
}) => {
|
||||
<<<<<<< Updated upstream
|
||||
const { t } = useTranslation();
|
||||
if (!shouldRender) {
|
||||
=======
|
||||
if (isLoading) {
|
||||
>>>>>>> Stashed changes
|
||||
return <SkeletonLayout />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user