Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 1779d1f

Browse files
ಠ_ಠ
1 parent 24aaec6 commit 1779d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream-store/Viewer/HalViewer/components/JsonViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class JsonViewer extends PureComponent<
8181
);
8282

8383
const responses = await Promise.all(
84-
[...new Set([pattern, String(pattern).replace('-', '')])].map(p =>
84+
[...new Set([pattern, String(pattern).replace(/-/g, '')])].map(p =>
8585
http.get({
8686
headers: { authorization },
8787
link: {

0 commit comments

Comments
 (0)