mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Update lib/ui/src/components/sidebar/RefIndicator.tsx
This commit is contained in:
parent
d73ede836f
commit
e4d0d3ff51
@ -104,7 +104,7 @@ const Version = styled.div({
|
||||
const CurrentVersion: FunctionComponent<CurrentVersionProps> = ({ url, versions }) => {
|
||||
const currentVersionId = useMemo(() => {
|
||||
const c = Object.entries(versions).find(([k, v]) => v === url);
|
||||
return c && c[0] ? c[0] : 'version';
|
||||
return c && c[0] ? c[0] : 'current';
|
||||
}, [url, versions]);
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user