Skip to content

Commit a44cdb8

Browse files
authored
Fix IEEE CDF logo for powsybl <= 3.1 (#95)
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
1 parent 46bfecf commit a44cdb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/study-manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const StudyCard = ({study, onClick}) => {
102102
case 'UCTE':
103103
return <UcteLogo className={classes.logo}/>;
104104
case 'IEEE-CDF':
105+
case 'IEEE CDF': // for powsybl <= 3.1 compatibility
105106
return <IeeeLogo className={classes.logo}/>;
106107
default:
107108
break;

0 commit comments

Comments
 (0)