✨ Added stats & SQL order by on get points
This commit is contained in:
@@ -38,6 +38,7 @@ export const useActions = ({
|
||||
if (response.ok) {
|
||||
await refreshDataset();
|
||||
setLoveToDelete(null);
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
@@ -58,7 +58,9 @@ const MyLoves = () => {
|
||||
<div className='infos'>
|
||||
<p className='location'>{love.location}</p>
|
||||
<p className='comment'>{love.comment || '-'}</p>
|
||||
<p className='date'>Le: {love.createdat}</p>
|
||||
<p className='date'>
|
||||
Créé le: {love.createdat}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className='actionButtons'>
|
||||
|
||||
Reference in New Issue
Block a user