upgrade rw + lint (#521)
* Various linting fixes * Fix component name * Upgrade to redwood 0.36.4
This commit was merged in pull request #521.
This commit is contained in:
@@ -24,7 +24,7 @@ const EditableProjectTitle = ({
|
||||
const [newTitle, setNewTitle] = useState(projectTitle)
|
||||
const inputRef = React.useRef(null)
|
||||
|
||||
const { updateProject, loading, error } = useUpdateProject({
|
||||
const { updateProject } = useUpdateProject({
|
||||
onCompleted: ({ updateProject }) => {
|
||||
const routeVars = {
|
||||
userName: updateProject.user.userName,
|
||||
|
||||
Reference in New Issue
Block a user