Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Mar 4, 2024
1 parent 1ebefb6 commit fe98fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const GatewayDetailTemplate: React.FC = () => {
} `}</p>
)}
<p>{`last update time: ${new Date(
getPlugins.data?.versions[getPlugins.data?.version].time,
getPlugins.data?.versions[getPlugins.data?.version]?.time,
).toLocaleString()}`}</p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

.warningLevel {
--denhaag-alert-info-background-color: #var(
--denhaag-alert-info-background-color: var(
--gateway-ui-color-status-background-warning
);
--denhaag-alert-info-icon-color: var(--gateway-ui-color-status-warning);
Expand Down

0 comments on commit fe98fae

Please sign in to comment.