Skip to content

Commit

Permalink
Update ListeActus.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasReitin committed Jul 2, 2024
1 parent 165337e commit 6084097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Components/dashboard/Actualites/ListeActus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function ListeActus( {actualites, setActualites} ) {
actualite && (
<tr key={actualite.id}>
<td className='w-8 text-center'>{actualite.id}</td>
<td>{truncateContent(actualite.content, 50)}</td>
<td>{truncateContent(actualite.titre, 50)}</td>
<td>{actualite.auteur}</td>
<td>
<img src={actualite.photo} alt='Photo actu' />
Expand Down

0 comments on commit 6084097

Please sign in to comment.