failed action results are now showing up together with success to make it easier to find

This commit is contained in:
frikky
2022-03-27 20:05:56 +02:00
parent 3d5e02d8da
commit 81183d8404
4 changed files with 56 additions and 26 deletions
+1 -1
View File
@@ -1906,7 +1906,7 @@ const ParsedAction = (props) => {
) : pathdata.type === "list" ? (
<FormatListNumberedIcon style={{marginLeft: 9, marginRight: 10, }} />
) : (
<Circle style={{marginLeft: 9, marginRight: 10, color: coverColor}}/>
<CircleIcon style={{marginLeft: 9, marginRight: 10, color: coverColor}}/>
);
//<ExpandMoreIcon style={iconStyle} />