Skip to content

Commit 8a8e9ac

Browse files
committed
Add link to issue in comment
1 parent 29c47be commit 8a8e9ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/blueapi/BlueapiComponents.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ type RunPlanButtonProps = {
3333
// padding: "var(--padding)",
3434
// margin: "var(--margin)",
3535
// });
36-
// This will be another PR (link to come)
36+
// This will be another PR
37+
// See https://github.com/DiamondLightSource/mx-daq-ui/issues/71
3738

3839
export function RunPlanButton(props: RunPlanButtonProps) {
3940
const [openSnackbar, setOpenSnackbar] = React.useState<boolean>(false);

0 commit comments

Comments
 (0)