mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #84 from Hestia-Homes/feature/condition
decent homes buttons blue
This commit is contained in:
commit
38dc6bdd35
1 changed files with 1 additions and 2 deletions
|
|
@ -52,7 +52,6 @@ const reasonLabelMap: Record<ReasonKey, string> = {
|
|||
};
|
||||
|
||||
const DecentHomesDashboard: React.FC<Props> = ({ data, portfolioId }) => {
|
||||
console.log("Data received:", data);
|
||||
const [open, setOpen] = useState(false);
|
||||
const [selectedGroup, setSelectedGroup] = useState<PropertySummary[]>([]);
|
||||
const [selectedTitle, setSelectedTitle] = useState("");
|
||||
|
|
@ -254,7 +253,7 @@ const DecentHomesDashboard: React.FC<Props> = ({ data, portfolioId }) => {
|
|||
<Button
|
||||
variant="outline"
|
||||
size="sm"
|
||||
className="mt-3"
|
||||
className="mt-3 bg-brandblue text-white hover:bg-hoverblue hover:text-gray-100"
|
||||
onClick={() =>
|
||||
window.open(
|
||||
`/portfolio/${portfolioId}/building-passport/${p.id}/assessment`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue