diff options
author | bobzel <zzzman@gmail.com> | 2023-07-18 12:58:01 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-18 12:58:01 -0400 |
commit | d74a44eb43c97118939359d3f59bc5a57a20953d (patch) | |
tree | 1e9b0b0a2fcc68450a76711d23f682a013939c70 /src/client/util/CaptureManager.tsx | |
parent | cc36dc14d32ee15727ed6153b019e80586b8285e (diff) | |
parent | b62a751b6a16acd28b4f9a9794ded6ea14fa0de8 (diff) |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/util/CaptureManager.tsx')
-rw-r--r-- | src/client/util/CaptureManager.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CaptureManager.tsx b/src/client/util/CaptureManager.tsx index d68761ba7..f42336ee7 100644 --- a/src/client/util/CaptureManager.tsx +++ b/src/client/util/CaptureManager.tsx @@ -58,7 +58,6 @@ export class CaptureManager extends React.Component<{}> { ) ); } - return ( <div className="capture-block"> <div className="capture-block-title">Links</div> |