Merge branch 'develop' into feature/65-favourite-call
This commit is contained in:
@@ -92,15 +92,15 @@ const AllBandiAccordion = () => {
|
||||
return <Tag value={getBandoLabel(option)} severity={getBandoSeverity(option)} />;
|
||||
};
|
||||
|
||||
const addToFavourites = () => {
|
||||
/*const addToFavourites = () => {
|
||||
console.log('addToFavourites');
|
||||
}
|
||||
}*/
|
||||
|
||||
const goToBandoPage = (id) => {
|
||||
navigate(`/bandi/${id}`)
|
||||
}
|
||||
|
||||
const actionsBodyTemplate = (rowData) => {
|
||||
/*const actionsBodyTemplate = (rowData) => {
|
||||
return <div className="appPageSection__tableActions">
|
||||
<button type="button"
|
||||
className="appPageSection__addToFavourites"
|
||||
@@ -108,7 +108,7 @@ const AllBandiAccordion = () => {
|
||||
<i className="pi pi-heart" style={{ fontSize: '1rem' }}></i>
|
||||
</button>
|
||||
</div>
|
||||
}
|
||||
}*/
|
||||
|
||||
const rowExpansionTemplate = (data) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user