This commit is contained in:
Karol Wypchlo 2021-02-16 12:49:54 +01:00
parent 42fb7a6a57
commit 764349b5bf
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ const types = {
};
export default function Message({ type, title, items = [] }) {
console.log("------", type, types[type]);
const { backgroundColor, titleColor, detailsColor, iconColor, icon } = types[type];
return (