0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(console): show platform icons in connector table (#1792)

This commit is contained in:
Wang Sijie 2022-08-19 13:39:50 +08:00 committed by GitHub
parent 87d3a53b65
commit 31f243957c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ const ConnectorName = ({ type, connectors, onClickSetup }: Props) => {
subtitle={
<>
{type !== ConnectorType.Social && connector.id}
{type === ConnectorType.Social && enabledConnectors.length > 1 && (
{type === ConnectorType.Social && connectors.length > 1 && (
<div className={styles.platforms}>
{enabledConnectors.map(
({ id, platform }) =>