hotfix(www): build fix

This commit is contained in:
Sebastian Rindom
2021-03-10 11:57:06 +01:00
parent 8edb32c742
commit 82d2c352b2

View File

@@ -51,7 +51,7 @@ const RoutesOverview = ({ content }) => {
{route.method}
</Text>
<Text color="#4f566b">
{route.path.replaceAll(/{(.*?)}/g, ":$1")}
{route.path?.replaceAll(/{(.*?)}/g, ":$1")}
</Text>
</Flex>
))}