Skip to content

Commit

Permalink
fix(ic): new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney17 committed Jul 9, 2022
1 parent 7fc1cc0 commit ccdc4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-citation-manager",
"version": "1.6.2",
"version": "1.6.3",
"description": "A citation manager plugin for logseq, integrating Paperpile, Zotero and any Bibtex exportable citation manager",
"main": "dist/index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/segmentedControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SegmentedControl = ({
}) => {
const [activeIndex, setActiveIndex] = useState(defaultIndex);
const componentReady = useRef();

// Determine when the component is "ready"
useEffect(() => {
//@ts-expect-error
Expand Down

0 comments on commit ccdc4cd

Please sign in to comment.