-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor revisions #1744
Minor revisions #1744
Conversation
@@ -75,6 +75,7 @@ export default function SearchPanel() { | |||
</div> | |||
|
|||
{aliases.map((alias: AliasData, index: number) => { | |||
console.log(index); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this for the alias delete bug? You want to get this logging into dev?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I meant to do that temporarily for testing, but it didn't log anything. I forgot to put that on a different branch.
This reverts commit 3853eba.
…into minor_revisions "committing a merge"
No description provided.