- merged with develop;
- removed unused variables;
This commit is contained in:
@@ -92,21 +92,21 @@ 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" onClick={addToFavourites} disabled={true}>
|
||||
<i className="pi pi-heart" style={{ fontSize: '1rem' }}></i>
|
||||
</button>
|
||||
</div>
|
||||
}
|
||||
}*/
|
||||
|
||||
const rowExpansionTemplate = (data) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user